Struct zenoh_protocol_core::ZenohId
source · [−]pub struct ZenohId(_);
Expand description
The global unique id of a zenoh peer.
Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for ZenohId
impl<'de> Deserialize<'de> for ZenohId
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 From<&ZenohId> for OwnedKeyExpr
impl From<&ZenohId> for OwnedKeyExpr
sourceimpl From<ZenohId> for OwnedKeyExpr
impl From<ZenohId> for OwnedKeyExpr
impl Copy for ZenohId
impl Eq for ZenohId
impl StructuralEq for ZenohId
Auto Trait Implementations
impl RefUnwindSafe for ZenohId
impl Send for ZenohId
impl Sync for ZenohId
impl Unpin for ZenohId
impl UnwindSafe for ZenohId
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