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