pub struct autoAssignToSelf;Trait Implementations§
Source§impl Field for autoAssignToSelf
impl Field for autoAssignToSelf
Source§impl HasField<autoAssignToSelf> for UserSettings
impl HasField<autoAssignToSelf> for UserSettings
Auto Trait Implementations§
impl Freeze for autoAssignToSelf
impl RefUnwindSafe for autoAssignToSelf
impl Send for autoAssignToSelf
impl Sync for autoAssignToSelf
impl Unpin for autoAssignToSelf
impl UnwindSafe for autoAssignToSelf
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