Tuple Fields
0: HashMap<u16, Vec<u8>>Implementations
Trait Implementations
sourceimpl Debug for ProfileDetailUpdate
impl Debug for ProfileDetailUpdate
sourceimpl Default for ProfileDetailUpdate
impl Default for ProfileDetailUpdate
sourcefn default() -> ProfileDetailUpdate
fn default() -> ProfileDetailUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ProfileDetailUpdate
impl Send for ProfileDetailUpdate
impl Sync for ProfileDetailUpdate
impl Unpin for ProfileDetailUpdate
impl UnwindSafe for ProfileDetailUpdate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more