Enum ruma_common::push::PushFormat [−][src]
pub enum PushFormat {
EventIdOnly,
// some variants omitted
}Expand description
A special format that the homeserver should use when sending notifications to a Push Gateway. Currently, only “event_id_only” is supported as of Push Gateway API r0.1.1.
Variants
Require the homeserver to only send a reduced set of fields in the push.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PushFormatimpl Send for PushFormatimpl Sync for PushFormatimpl Unpin for PushFormatimpl UnwindSafe for PushFormatBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more