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