Struct ruma_common::push::ConditionalPushRuleInit [−][src]
pub struct ConditionalPushRuleInit {
pub actions: Vec<Action>,
pub default: bool,
pub enabled: bool,
pub rule_id: String,
pub conditions: Vec<PushCondition>,
}Expand description
Initial set of fields of ConditionalPushRule.
This struct will not be updated even if additional fields are added to ConditionalPushRule 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.
conditions: Vec<PushCondition>Expand description
The conditions that must hold true for an event in order for a rule to be applied to an event.
A rule with no conditions always matches.
Trait Implementations
impl Debug for ConditionalPushRuleInit[src]
impl Debug for ConditionalPushRuleInit[src]impl From<ConditionalPushRuleInit> for ConditionalPushRule[src]
impl From<ConditionalPushRuleInit> for ConditionalPushRule[src]fn from(init: ConditionalPushRuleInit) -> Self[src]
fn from(init: ConditionalPushRuleInit) -> Self[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ConditionalPushRuleInit
impl Send for ConditionalPushRuleInit
impl Sync for ConditionalPushRuleInit
impl Unpin for ConditionalPushRuleInit
impl UnwindSafe for ConditionalPushRuleInit
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]