pub struct LitFalse;
Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LitFalse
impl RefUnwindSafe for LitFalse
impl Send for LitFalse
impl Sync for LitFalse
impl Unpin for LitFalse
impl UnwindSafe for LitFalse
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