#[non_exhaustive]pub enum AnyGlobalAccountDataEvent {
Direct(GlobalAccountDataEvent<DirectEventContent>),
IdentityServer(GlobalAccountDataEvent<IdentityServerEventContent>),
IgnoredUserList(GlobalAccountDataEvent<IgnoredUserListEventContent>),
PushRules(GlobalAccountDataEvent<PushRulesEventContent>),
SecretStorageDefaultKey(GlobalAccountDataEvent<SecretStorageDefaultKeyEventContent>),
SecretStorageKey(GlobalAccountDataEvent<SecretStorageKeyEventContent>),
}
Expand description
Any global account data event.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Direct(GlobalAccountDataEvent<DirectEventContent>)
m.direct
IdentityServer(GlobalAccountDataEvent<IdentityServerEventContent>)
m.identity_server
IgnoredUserList(GlobalAccountDataEvent<IgnoredUserListEventContent>)
m.ignored_user_list
PushRules(GlobalAccountDataEvent<PushRulesEventContent>)
m.push_rules
SecretStorageDefaultKey(GlobalAccountDataEvent<SecretStorageDefaultKeyEventContent>)
m.secret_storage.default_key
SecretStorageKey(GlobalAccountDataEvent<SecretStorageKeyEventContent>)
m.secret_storage.key.*
Implementations§
source§impl AnyGlobalAccountDataEvent
impl AnyGlobalAccountDataEvent
sourcepub fn event_type(&self) -> GlobalAccountDataEventType
pub fn event_type(&self) -> GlobalAccountDataEventType
Returns the type
of this event.
sourcepub fn content(&self) -> AnyGlobalAccountDataEventContent
pub fn content(&self) -> AnyGlobalAccountDataEventContent
Returns the content for this event.
Trait Implementations§
source§impl Clone for AnyGlobalAccountDataEvent
impl Clone for AnyGlobalAccountDataEvent
source§fn clone(&self) -> AnyGlobalAccountDataEvent
fn clone(&self) -> AnyGlobalAccountDataEvent
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 Debug for AnyGlobalAccountDataEvent
impl Debug for AnyGlobalAccountDataEvent
source§impl<'de> Deserialize<'de> for AnyGlobalAccountDataEvent
impl<'de> Deserialize<'de> for AnyGlobalAccountDataEvent
source§fn deserialize<D>(
deserializer: D,
) -> Result<AnyGlobalAccountDataEvent, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<AnyGlobalAccountDataEvent, <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.
Auto Trait Implementations§
impl Freeze for AnyGlobalAccountDataEvent
impl RefUnwindSafe for AnyGlobalAccountDataEvent
impl Send for AnyGlobalAccountDataEvent
impl Sync for AnyGlobalAccountDataEvent
impl Unpin for AnyGlobalAccountDataEvent
impl UnwindSafe for AnyGlobalAccountDataEvent
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
)source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more