Struct zenoh_keyexpr::keyexpr_tree::support::UnknownWildness
source · pub struct UnknownWildness;Expand description
A ZST that forces the KeTree to always believe it contains wild KEs.
Trait Implementations§
source§impl Clone for UnknownWildness
impl Clone for UnknownWildness
source§fn clone(&self) -> UnknownWildness
fn clone(&self) -> UnknownWildness
Returns a copy 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 UnknownWildness
impl Debug for UnknownWildness
source§impl Default for UnknownWildness
impl Default for UnknownWildness
source§fn default() -> UnknownWildness
fn default() -> UnknownWildness
Returns the “default value” for a type. Read more
source§impl Hash for UnknownWildness
impl Hash for UnknownWildness
source§impl IWildness for UnknownWildness
impl IWildness for UnknownWildness
source§impl Ord for UnknownWildness
impl Ord for UnknownWildness
source§fn cmp(&self, other: &UnknownWildness) -> Ordering
fn cmp(&self, other: &UnknownWildness) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<UnknownWildness> for UnknownWildness
impl PartialEq<UnknownWildness> for UnknownWildness
source§fn eq(&self, other: &UnknownWildness) -> bool
fn eq(&self, other: &UnknownWildness) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<UnknownWildness> for UnknownWildness
impl PartialOrd<UnknownWildness> for UnknownWildness
source§fn partial_cmp(&self, other: &UnknownWildness) -> Option<Ordering>
fn partial_cmp(&self, other: &UnknownWildness) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for UnknownWildness
impl Eq for UnknownWildness
impl StructuralEq for UnknownWildness
impl StructuralPartialEq for UnknownWildness
Auto Trait Implementations§
impl RefUnwindSafe for UnknownWildness
impl Send for UnknownWildness
impl Sync for UnknownWildness
impl Unpin for UnknownWildness
impl UnwindSafe for UnknownWildness
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