pub struct GetUserData;Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetUserData
impl RefUnwindSafe for GetUserData
impl Send for GetUserData
impl Sync for GetUserData
impl Unpin for GetUserData
impl UnsafeUnpin for GetUserData
impl UnwindSafe for GetUserData
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