pub struct FTrue1(/* private fields */);Expand description
True1 function.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FTrue1
impl RefUnwindSafe for FTrue1
impl Send for FTrue1
impl Sync for FTrue1
impl Unpin for FTrue1
impl UnsafeUnpin for FTrue1
impl UnwindSafe for FTrue1
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