Struct zenoh_keyexpr::keyexpr_tree::support::NonWild
source · pub struct NonWild;Expand description
Disallows the KeTree from storing any wild KE.
Attempting to store a wild KE on a KeTree<NonWild> will cause a panic.
Trait Implementations§
source§impl Ord for NonWild
impl Ord for NonWild
source§impl PartialEq<NonWild> for NonWild
impl PartialEq<NonWild> for NonWild
source§impl PartialOrd<NonWild> for NonWild
impl PartialOrd<NonWild> for NonWild
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 NonWild
impl Eq for NonWild
impl StructuralEq for NonWild
impl StructuralPartialEq for NonWild
Auto Trait Implementations§
impl RefUnwindSafe for NonWild
impl Send for NonWild
impl Sync for NonWild
impl Unpin for NonWild
impl UnwindSafe for NonWild
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