Struct zenoh_protocol::core::ZenohId
source · pub struct ZenohId(/* private fields */);Expand description
The global unique id of a zenoh peer.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZenohId
impl<'de> Deserialize<'de> for ZenohId
source§fn 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
source§impl From<&ZenohId> for OwnedKeyExpr
impl From<&ZenohId> for OwnedKeyExpr
source§impl From<ZenohId> for OwnedKeyExpr
impl From<ZenohId> for OwnedKeyExpr
source§impl Ord for ZenohId
impl Ord for ZenohId
source§impl PartialEq for ZenohId
impl PartialEq for ZenohId
source§impl PartialOrd for ZenohId
impl PartialOrd for ZenohId
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 ZenohId
impl Eq for ZenohId
impl StructuralPartialEq for ZenohId
Auto Trait Implementations§
impl Freeze for ZenohId
impl RefUnwindSafe for ZenohId
impl Send for ZenohId
impl Sync for ZenohId
impl Unpin for ZenohId
impl UnwindSafe for ZenohId
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