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