Struct ruma_common::push::PatternedPushRuleInit [−][src]
pub struct PatternedPushRuleInit {
pub actions: Vec<Action>,
pub default: bool,
pub enabled: bool,
pub rule_id: String,
pub pattern: String,
}Expand description
Initial set of fields of PatterenedPushRule.
This struct will not be updated even if additional fields are added to PatterenedPushRule 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.
pattern: StringExpand description
The glob-style pattern to match against.
Trait Implementations
impl Debug for PatternedPushRuleInit[src]
impl Debug for PatternedPushRuleInit[src]impl From<PatternedPushRuleInit> for PatternedPushRule[src]
impl From<PatternedPushRuleInit> for PatternedPushRule[src]fn from(init: PatternedPushRuleInit) -> Self[src]
fn from(init: PatternedPushRuleInit) -> Self[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for PatternedPushRuleInit
impl Send for PatternedPushRuleInit
impl Sync for PatternedPushRuleInit
impl Unpin for PatternedPushRuleInit
impl UnwindSafe for PatternedPushRuleInit
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]