pub struct ValueSerStructVariant { /* private fields */ }Implementations§
Trait Implementations§
Source§impl SerializeStructVariant for ValueSerStructVariant
impl SerializeStructVariant for ValueSerStructVariant
Auto Trait Implementations§
impl Freeze for ValueSerStructVariant
impl RefUnwindSafe for ValueSerStructVariant
impl Send for ValueSerStructVariant
impl Sync for ValueSerStructVariant
impl Unpin for ValueSerStructVariant
impl UnwindSafe for ValueSerStructVariant
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