Struct zenoh_protocol_core::whatami::WhatAmIMatcher
source · [−]#[repr(transparent)]pub struct WhatAmIMatcher(pub NonZeroU8);
Tuple Fields
0: NonZeroU8
Implementations
Trait Implementations
sourceimpl BitOr<WhatAmI> for WhatAmIMatcher
impl BitOr<WhatAmI> for WhatAmIMatcher
sourceimpl BitOr<WhatAmIMatcher> for WhatAmIMatcher
impl BitOr<WhatAmIMatcher> for WhatAmIMatcher
sourceimpl Clone for WhatAmIMatcher
impl Clone for WhatAmIMatcher
sourcefn clone(&self) -> WhatAmIMatcher
fn clone(&self) -> WhatAmIMatcher
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WhatAmIMatcher
impl Debug for WhatAmIMatcher
sourceimpl<'de> Deserialize<'de> for WhatAmIMatcher
impl<'de> Deserialize<'de> for WhatAmIMatcher
sourcefn 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
sourceimpl Display for WhatAmIMatcher
impl Display for WhatAmIMatcher
sourceimpl From<WhatAmI> for WhatAmIMatcher
impl From<WhatAmI> for WhatAmIMatcher
sourceimpl From<WhatAmIMatcher> for ZInt
impl From<WhatAmIMatcher> for ZInt
sourcefn from(w: WhatAmIMatcher) -> ZInt
fn from(w: WhatAmIMatcher) -> ZInt
Converts to this type from the input type.
sourceimpl FromStr for WhatAmIMatcher
impl FromStr for WhatAmIMatcher
sourceimpl Hash for WhatAmIMatcher
impl Hash for WhatAmIMatcher
sourceimpl PartialEq<WhatAmIMatcher> for WhatAmIMatcher
impl PartialEq<WhatAmIMatcher> for WhatAmIMatcher
sourcefn eq(&self, other: &WhatAmIMatcher) -> bool
fn eq(&self, other: &WhatAmIMatcher) -> bool
sourceimpl Serialize for WhatAmIMatcher
impl Serialize for WhatAmIMatcher
impl Copy for WhatAmIMatcher
impl Eq for WhatAmIMatcher
impl StructuralEq for WhatAmIMatcher
impl StructuralPartialEq for WhatAmIMatcher
Auto Trait Implementations
impl RefUnwindSafe for WhatAmIMatcher
impl Send for WhatAmIMatcher
impl Sync for WhatAmIMatcher
impl Unpin for WhatAmIMatcher
impl UnwindSafe for WhatAmIMatcher
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more