pub struct FType;Expand description
Marker type for F (ON-set only) covers
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FType
impl RefUnwindSafe for FType
impl Send for FType
impl Sync for FType
impl Unpin for FType
impl UnwindSafe for FType
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