Struct ruma_client_api::r0::push::MissingConditionsError [−][src]
pub struct MissingConditionsError;Expand description
An error that happens when PushRule cannot
be converted into ConditionalPushRule
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MissingConditionsError
impl Send for MissingConditionsError
impl Sync for MissingConditionsError
impl Unpin for MissingConditionsError
impl UnwindSafe for MissingConditionsError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more