pub struct FalseView {
pub false: False,
}Fields§
§false: FalseTrait Implementations§
impl Copy for FalseView
impl Eq for FalseView
impl StructuralPartialEq for FalseView
Auto Trait Implementations§
impl Freeze for FalseView
impl RefUnwindSafe for FalseView
impl Send for FalseView
impl Sync for FalseView
impl Unpin for FalseView
impl UnwindSafe for FalseView
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