pub struct PresencePayload {
pub presence: Vec<PondPresence>,
pub changed: PondPresence,
}Fields§
§presence: Vec<PondPresence>§changed: PondPresenceTrait Implementations§
Source§impl Clone for PresencePayload
impl Clone for PresencePayload
Source§fn clone(&self) -> PresencePayload
fn clone(&self) -> PresencePayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PresencePayload
impl Debug for PresencePayload
Source§impl<'de> Deserialize<'de> for PresencePayload
impl<'de> Deserialize<'de> for PresencePayload
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PresencePayload
impl PartialEq for PresencePayload
Source§fn eq(&self, other: &PresencePayload) -> bool
fn eq(&self, other: &PresencePayload) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PresencePayload
impl Serialize for PresencePayload
impl StructuralPartialEq for PresencePayload
Auto Trait Implementations§
impl Freeze for PresencePayload
impl RefUnwindSafe for PresencePayload
impl Send for PresencePayload
impl Sync for PresencePayload
impl Unpin for PresencePayload
impl UnsafeUnpin for PresencePayload
impl UnwindSafe for PresencePayload
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