Struct ruma_common::push::SimplePushRuleInit [−][src]
pub struct SimplePushRuleInit {
pub actions: Vec<Action>,
pub default: bool,
pub enabled: bool,
pub rule_id: String,
}Expand description
Initial set of fields of SimplePushRule.
This struct will not be updated even if additional fields are added to SimplePushRule in a new
(non-breaking) release of the Matrix specification.
Fields
actions: Vec<Action>Expand description
Actions to determine if and how a notification is delivered for events matching this rule.
default: boolExpand description
Whether this is a default rule, or has been set explicitly.
enabled: boolExpand description
Whether the push rule is enabled or not.
rule_id: StringExpand description
The ID of this rule.
Trait Implementations
impl Debug for SimplePushRuleInit[src]
impl Debug for SimplePushRuleInit[src]impl From<SimplePushRuleInit> for SimplePushRule[src]
impl From<SimplePushRuleInit> for SimplePushRule[src]fn from(init: SimplePushRuleInit) -> Self[src]
fn from(init: SimplePushRuleInit) -> Self[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SimplePushRuleInit
impl Send for SimplePushRuleInit
impl Sync for SimplePushRuleInit
impl Unpin for SimplePushRuleInit
impl UnwindSafe for SimplePushRuleInit
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]