pub struct NullaryFALSE {}
Expand description
Special always false filter (e.g. selects nothing)
Trait Implementations§
Source§impl Clone for NullaryFALSE
impl Clone for NullaryFALSE
Source§fn clone(&self) -> NullaryFALSE
fn clone(&self) -> NullaryFALSE
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NullaryFALSE
impl Debug for NullaryFALSE
Source§impl<'de> Deserialize<'de> for NullaryFALSE
impl<'de> Deserialize<'de> for NullaryFALSE
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl IndentDisplay for NullaryFALSE
impl IndentDisplay for NullaryFALSE
Auto Trait Implementations§
impl Freeze for NullaryFALSE
impl RefUnwindSafe for NullaryFALSE
impl Send for NullaryFALSE
impl Sync for NullaryFALSE
impl Unpin for NullaryFALSE
impl UnwindSafe for NullaryFALSE
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