Struct ruma_common::events::GlobalAccountDataEvent
source · pub struct GlobalAccountDataEvent<C: GlobalAccountDataEventContent> {
pub content: C,
}Available on crate feature
events only.Expand description
A global account data event.
Fields§
§content: CData 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.