Type Alias IdentityServerEvent

Source
pub type IdentityServerEvent = GlobalAccountDataEvent<IdentityServerEventContent>;
Available on crate feature events only.
Expand description

An m.identity_server event.

Aliased Type§

struct IdentityServerEvent {
    pub content: IdentityServerEventContent,
}

Fields§

§content: IdentityServerEventContent

Data specific to the event type.

Trait Implementations

Source§

impl<C> Clone for GlobalAccountDataEvent<C>

Source§

fn clone(&self) -> GlobalAccountDataEvent<C>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<C> Debug for GlobalAccountDataEvent<C>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl<'de, C> Deserialize<'de> for GlobalAccountDataEvent<C>

Source§

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<C> Serialize for GlobalAccountDataEvent<C>

Source§

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