Struct ruma::events::GlobalAccountDataEvent
source · pub struct GlobalAccountDataEvent<C>where
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 for GlobalAccountDataEvent<C>where
C: Clone + GlobalAccountDataEventContent,
impl<C> Clone for GlobalAccountDataEvent<C>where
C: Clone + GlobalAccountDataEventContent,
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 for GlobalAccountDataEvent<C>where
C: Debug + GlobalAccountDataEventContent,
impl<C> Debug for GlobalAccountDataEvent<C>where
C: Debug + GlobalAccountDataEventContent,
source§impl<'de, C> Deserialize<'de> for GlobalAccountDataEvent<C>where
C: GlobalAccountDataEventContent + EventContentFromType,
impl<'de, C> Deserialize<'de> for GlobalAccountDataEvent<C>where
C: GlobalAccountDataEventContent + EventContentFromType,
source§fn deserialize<D>(
deserializer: D,
) -> Result<GlobalAccountDataEvent<C>, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<GlobalAccountDataEvent<C>, <D as Deserializer<'de>>::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: GlobalAccountDataEvent<DirectEventContent>,
) -> AnyGlobalAccountDataEvent
fn from( c: GlobalAccountDataEvent<DirectEventContent>, ) -> AnyGlobalAccountDataEvent
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: GlobalAccountDataEvent<IdentityServerEventContent>,
) -> AnyGlobalAccountDataEvent
fn from( c: GlobalAccountDataEvent<IdentityServerEventContent>, ) -> AnyGlobalAccountDataEvent
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: GlobalAccountDataEvent<IgnoredUserListEventContent>,
) -> AnyGlobalAccountDataEvent
fn from( c: GlobalAccountDataEvent<IgnoredUserListEventContent>, ) -> AnyGlobalAccountDataEvent
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: GlobalAccountDataEvent<PushRulesEventContent>,
) -> AnyGlobalAccountDataEvent
fn from( c: GlobalAccountDataEvent<PushRulesEventContent>, ) -> AnyGlobalAccountDataEvent
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: GlobalAccountDataEvent<SecretStorageDefaultKeyEventContent>,
) -> AnyGlobalAccountDataEvent
fn from( c: GlobalAccountDataEvent<SecretStorageDefaultKeyEventContent>, ) -> AnyGlobalAccountDataEvent
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: GlobalAccountDataEvent<SecretStorageKeyEventContent>,
) -> AnyGlobalAccountDataEvent
fn from( c: GlobalAccountDataEvent<SecretStorageKeyEventContent>, ) -> AnyGlobalAccountDataEvent
Converts to this type from the input type.
source§impl<C> Serialize for GlobalAccountDataEvent<C>where
C: GlobalAccountDataEventContent,
impl<C> Serialize for GlobalAccountDataEvent<C>where
C: GlobalAccountDataEventContent,
source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)