Struct zenoh_protocol::core::endpoint::Address
source · pub struct Address<'a>(/* private fields */);Implementations§
Trait Implementations§
source§impl<'a> PartialEq for Address<'a>
impl<'a> PartialEq for Address<'a>
impl<'a> Copy for Address<'a>
impl<'a> Eq for Address<'a>
impl<'a> StructuralPartialEq for Address<'a>
Auto Trait Implementations§
impl<'a> Freeze for Address<'a>
impl<'a> RefUnwindSafe for Address<'a>
impl<'a> Send for Address<'a>
impl<'a> Sync for Address<'a>
impl<'a> Unpin for Address<'a>
impl<'a> UnwindSafe for Address<'a>
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