pub struct UpdateProfileResultView {
pub result: UpdateResult,
}
Fields§
§result: UpdateResult
Trait Implementations§
Source§impl Clone for UpdateProfileResultView
impl Clone for UpdateProfileResultView
Source§fn clone(&self) -> UpdateProfileResultView
fn clone(&self) -> UpdateProfileResultView
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UpdateProfileResultView
impl Debug for UpdateProfileResultView
Source§impl Default for UpdateProfileResultView
impl Default for UpdateProfileResultView
Source§fn default() -> UpdateProfileResultView
fn default() -> UpdateProfileResultView
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateProfileResultView
impl<'de> Deserialize<'de> for UpdateProfileResultView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> MessageRead<'a> for UpdateProfileResultView
impl<'a> MessageRead<'a> for UpdateProfileResultView
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self
by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for UpdateProfileResultView
impl MessageWrite for UpdateProfileResultView
Source§impl PartialEq for UpdateProfileResultView
impl PartialEq for UpdateProfileResultView
Source§impl Serialize for UpdateProfileResultView
impl Serialize for UpdateProfileResultView
impl StructuralPartialEq for UpdateProfileResultView
Auto Trait Implementations§
impl Freeze for UpdateProfileResultView
impl RefUnwindSafe for UpdateProfileResultView
impl Send for UpdateProfileResultView
impl Sync for UpdateProfileResultView
impl Unpin for UpdateProfileResultView
impl UnwindSafe for UpdateProfileResultView
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more