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