Struct ruma_events::GlobalAccountDataEvent
source · pub struct GlobalAccountDataEvent<C: GlobalAccountDataEventContent> {
pub content: C,
}
Expand description
A global account data event.
Fields§
§content: C
Data specific to the event type.
Trait Implementations§
source§impl<C: Clone + GlobalAccountDataEventContent> Clone for GlobalAccountDataEvent<C>
impl<C: Clone + GlobalAccountDataEventContent> Clone for GlobalAccountDataEvent<C>
source§fn clone(&self) -> GlobalAccountDataEvent<C>
fn clone(&self) -> GlobalAccountDataEvent<C>
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<C: Debug + GlobalAccountDataEventContent> Debug for GlobalAccountDataEvent<C>
impl<C: Debug + GlobalAccountDataEventContent> Debug for GlobalAccountDataEvent<C>
source§impl<'de, C> Deserialize<'de> for GlobalAccountDataEvent<C>where
C: EventContentFromType + GlobalAccountDataEventContent,
impl<'de, C> Deserialize<'de> for GlobalAccountDataEvent<C>where
C: EventContentFromType + GlobalAccountDataEventContent,
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 From<GlobalAccountDataEvent<DirectEventContent>> for AnyGlobalAccountDataEvent
impl From<GlobalAccountDataEvent<DirectEventContent>> for AnyGlobalAccountDataEvent
source§fn from(c: DirectEvent) -> Self
fn from(c: DirectEvent) -> Self
Converts to this type from the input type.
source§impl From<GlobalAccountDataEvent<IdentityServerEventContent>> for AnyGlobalAccountDataEvent
impl From<GlobalAccountDataEvent<IdentityServerEventContent>> for AnyGlobalAccountDataEvent
source§fn from(c: IdentityServerEvent) -> Self
fn from(c: IdentityServerEvent) -> Self
Converts to this type from the input type.
source§impl From<GlobalAccountDataEvent<IgnoredUserListEventContent>> for AnyGlobalAccountDataEvent
impl From<GlobalAccountDataEvent<IgnoredUserListEventContent>> for AnyGlobalAccountDataEvent
source§fn from(c: IgnoredUserListEvent) -> Self
fn from(c: IgnoredUserListEvent) -> Self
Converts to this type from the input type.
source§impl From<GlobalAccountDataEvent<PushRulesEventContent>> for AnyGlobalAccountDataEvent
impl From<GlobalAccountDataEvent<PushRulesEventContent>> for AnyGlobalAccountDataEvent
source§fn from(c: PushRulesEvent) -> Self
fn from(c: PushRulesEvent) -> Self
Converts to this type from the input type.
source§impl From<GlobalAccountDataEvent<SecretStorageDefaultKeyEventContent>> for AnyGlobalAccountDataEvent
impl From<GlobalAccountDataEvent<SecretStorageDefaultKeyEventContent>> for AnyGlobalAccountDataEvent
source§fn from(c: SecretStorageDefaultKeyEvent) -> Self
fn from(c: SecretStorageDefaultKeyEvent) -> Self
Converts to this type from the input type.
source§impl From<GlobalAccountDataEvent<SecretStorageKeyEventContent>> for AnyGlobalAccountDataEvent
impl From<GlobalAccountDataEvent<SecretStorageKeyEventContent>> for AnyGlobalAccountDataEvent
source§fn from(c: SecretStorageKeyEvent) -> Self
fn from(c: SecretStorageKeyEvent) -> Self
Converts to this type from the input type.
source§impl<C: GlobalAccountDataEventContent> Serialize for GlobalAccountDataEvent<C>
impl<C: GlobalAccountDataEventContent> Serialize for GlobalAccountDataEvent<C>
Auto Trait Implementations§
impl<C> Freeze for GlobalAccountDataEvent<C>where
C: Freeze,
impl<C> RefUnwindSafe for GlobalAccountDataEvent<C>where
C: RefUnwindSafe,
impl<C> Send for GlobalAccountDataEvent<C>where
C: Send,
impl<C> Sync for GlobalAccountDataEvent<C>where
C: Sync,
impl<C> Unpin for GlobalAccountDataEvent<C>where
C: Unpin,
impl<C> UnwindSafe for GlobalAccountDataEvent<C>where
C: UnwindSafe,
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)