pub struct AnyPattern;
Expand description
A pattern that always matches any CBOR value.
Implementations§
Source§impl AnyPattern
impl AnyPattern
Trait Implementations§
Source§impl Clone for AnyPattern
impl Clone for AnyPattern
Source§fn clone(&self) -> AnyPattern
fn clone(&self) -> AnyPattern
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 AnyPattern
impl Debug for AnyPattern
Source§impl Default for AnyPattern
impl Default for AnyPattern
Source§impl Display for AnyPattern
impl Display for AnyPattern
Source§impl Hash for AnyPattern
impl Hash for AnyPattern
Source§impl PartialEq for AnyPattern
impl PartialEq for AnyPattern
impl Eq for AnyPattern
impl StructuralPartialEq for AnyPattern
Auto Trait Implementations§
impl Freeze for AnyPattern
impl RefUnwindSafe for AnyPattern
impl Send for AnyPattern
impl Sync for AnyPattern
impl Unpin for AnyPattern
impl UnwindSafe for AnyPattern
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