Struct zenoh_protocol::scouting::scout::Scout
source · pub struct Scout {
pub version: u8,
pub what: WhatAmIMatcher,
pub zid: Option<ZenohId>,
}Fields§
§version: u8§what: WhatAmIMatcher§zid: Option<ZenohId>Trait Implementations§
source§impl From<Scout> for ScoutingMessage
impl From<Scout> for ScoutingMessage
source§impl PartialEq for Scout
impl PartialEq for Scout
impl Eq for Scout
impl StructuralPartialEq for Scout
Auto Trait Implementations§
impl Freeze for Scout
impl RefUnwindSafe for Scout
impl Send for Scout
impl Sync for Scout
impl Unpin for Scout
impl UnwindSafe for Scout
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