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