Struct ruma_client_api::push::MissingConditionsError
source · pub struct MissingConditionsError;
Available on crate features
client
or server
only.Expand description
An error that happens when PushRule
cannot
be converted into ConditionalPushRule
Trait Implementations§
source§impl Debug for MissingConditionsError
impl Debug for MissingConditionsError
source§impl Display for MissingConditionsError
impl Display for MissingConditionsError
source§impl Error for MissingConditionsError
impl Error for MissingConditionsError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()