pub struct False1;
Expand description
A boolean unary function that returns false
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for False1
impl RefUnwindSafe for False1
impl Send for False1
impl Sync for False1
impl Unpin for False1
impl UnwindSafe for False1
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