Struct dimas_com::messages::ScoutingEntity
source · pub struct ScoutingEntity { /* private fields */ }Expand description
A Zenoh entity
Implementations§
Trait Implementations§
source§impl Clone for ScoutingEntity
impl Clone for ScoutingEntity
source§impl Debug for ScoutingEntity
impl Debug for ScoutingEntity
source§impl Display for ScoutingEntity
impl Display for ScoutingEntity
source§impl Ord for ScoutingEntity
impl Ord for ScoutingEntity
source§impl PartialEq for ScoutingEntity
impl PartialEq for ScoutingEntity
source§impl PartialOrd for ScoutingEntity
impl PartialOrd for ScoutingEntity
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for ScoutingEntity
Auto Trait Implementations§
impl Freeze for ScoutingEntity
impl RefUnwindSafe for ScoutingEntity
impl Send for ScoutingEntity
impl Sync for ScoutingEntity
impl Unpin for ScoutingEntity
impl UnwindSafe for ScoutingEntity
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
source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.