Struct zenoh_protocol::scouting::hello::Hello
source · pub struct Hello {
pub version: u8,
pub whatami: WhatAmI,
pub zid: ZenohId,
pub locators: Vec<Locator>,
}Fields§
§version: u8§whatami: WhatAmI§zid: ZenohId§locators: Vec<Locator>Trait Implementations§
source§impl From<Hello> for ScoutingMessage
impl From<Hello> for ScoutingMessage
source§impl PartialEq for Hello
impl PartialEq for Hello
impl Eq for Hello
impl StructuralPartialEq for Hello
Auto Trait Implementations§
impl Freeze for Hello
impl RefUnwindSafe for Hello
impl Send for Hello
impl Sync for Hello
impl Unpin for Hello
impl UnwindSafe for Hello
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