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