pub struct NullPattern;
Expand description
Pattern for matching null values in dCBOR.
Trait Implementations§
Source§impl Clone for NullPattern
impl Clone for NullPattern
Source§fn clone(&self) -> NullPattern
fn clone(&self) -> NullPattern
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NullPattern
impl Debug for NullPattern
Source§impl Default for NullPattern
impl Default for NullPattern
Source§fn default() -> NullPattern
fn default() -> NullPattern
Returns the “default value” for a type. Read more
Source§impl Display for NullPattern
impl Display for NullPattern
Source§impl Hash for NullPattern
impl Hash for NullPattern
Source§impl PartialEq for NullPattern
impl PartialEq for NullPattern
impl Eq for NullPattern
impl StructuralPartialEq for NullPattern
Auto Trait Implementations§
impl Freeze for NullPattern
impl RefUnwindSafe for NullPattern
impl Send for NullPattern
impl Sync for NullPattern
impl Unpin for NullPattern
impl UnwindSafe for NullPattern
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