pub struct GroupUpdatedEvent {
pub group: GroupRef,
pub update_kind: GroupUpdateKind,
pub event_type: Option<String>,
pub group_event_seq: Option<i64>,
pub group_state_version: Option<String>,
pub actor_did: Option<String>,
pub subject_did: Option<String>,
pub membership_status: Option<String>,
pub changed_at: Option<String>,
pub sync: Option<RealtimeSyncHint>,
}Fields§
§group: GroupRef§update_kind: GroupUpdateKind§event_type: Option<String>§group_event_seq: Option<i64>§group_state_version: Option<String>§actor_did: Option<String>§subject_did: Option<String>§membership_status: Option<String>§changed_at: Option<String>§sync: Option<RealtimeSyncHint>Trait Implementations§
Source§impl Clone for GroupUpdatedEvent
impl Clone for GroupUpdatedEvent
Source§fn clone(&self) -> GroupUpdatedEvent
fn clone(&self) -> GroupUpdatedEvent
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 GroupUpdatedEvent
impl Debug for GroupUpdatedEvent
Source§impl<'de> Deserialize<'de> for GroupUpdatedEvent
impl<'de> Deserialize<'de> for GroupUpdatedEvent
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
impl Eq for GroupUpdatedEvent
Source§impl PartialEq for GroupUpdatedEvent
impl PartialEq for GroupUpdatedEvent
Source§fn eq(&self, other: &GroupUpdatedEvent) -> bool
fn eq(&self, other: &GroupUpdatedEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GroupUpdatedEvent
impl Serialize for GroupUpdatedEvent
impl StructuralPartialEq for GroupUpdatedEvent
Auto Trait Implementations§
impl Freeze for GroupUpdatedEvent
impl RefUnwindSafe for GroupUpdatedEvent
impl Send for GroupUpdatedEvent
impl Sync for GroupUpdatedEvent
impl Unpin for GroupUpdatedEvent
impl UnsafeUnpin for GroupUpdatedEvent
impl UnwindSafe for GroupUpdatedEvent
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.