Struct dimas_com::messages::PingEntity
source · pub struct PingEntity { /* private fields */ }Expand description
A DiMAS entity
Implementations§
Trait Implementations§
source§impl Clone for PingEntity
impl Clone for PingEntity
source§impl Debug for PingEntity
impl Debug for PingEntity
source§impl Display for PingEntity
impl Display for PingEntity
source§impl Ord for PingEntity
impl Ord for PingEntity
source§impl PartialEq for PingEntity
impl PartialEq for PingEntity
source§impl PartialOrd for PingEntity
impl PartialOrd for PingEntity
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<'__de> Decode<'__de> for PingEntitywhere
'__de:,
impl Encode for PingEntity
impl Eq for PingEntity
Auto Trait Implementations§
impl Freeze for PingEntity
impl RefUnwindSafe for PingEntity
impl Send for PingEntity
impl Sync for PingEntity
impl Unpin for PingEntity
impl UnwindSafe for PingEntity
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.