pub enum CTFalse {}Expand description
Type representing a FALSE value.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CTFalse
impl RefUnwindSafe for CTFalse
impl Send for CTFalse
impl Sync for CTFalse
impl Unpin for CTFalse
impl UnwindSafe for CTFalse
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