Struct zenoh_protocol::proto::LinkStateList
source · Fields§
§link_states: Vec<LinkState>Trait Implementations§
source§impl Clone for LinkStateList
impl Clone for LinkStateList
source§fn clone(&self) -> LinkStateList
fn clone(&self) -> LinkStateList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LinkStateList
impl Debug for LinkStateList
source§impl PartialEq<LinkStateList> for LinkStateList
impl PartialEq<LinkStateList> for LinkStateList
source§fn eq(&self, other: &LinkStateList) -> bool
fn eq(&self, other: &LinkStateList) -> bool
This method tests for
self and other values to be equal, and is used
by ==.