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
impl Copy for ZenohId
impl Eq 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