pub struct False;
Expand description
Represents the false
value for types wth Bool
bound.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for False
impl Send for False
impl Sync for False
impl Unpin for False
impl UnwindSafe for False
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more