Struct ruma_common::events::message::EmptyMessageContentError
source · [−]#[non_exhaustive]pub struct EmptyMessageContentError;Available on crate features
events and unstable-msc1767 only.Expand description
The error type returned when trying to construct an empty MessageContent.
Trait Implementations
sourceimpl Debug for EmptyMessageContentError
impl Debug for EmptyMessageContentError
sourceimpl Display for EmptyMessageContentError
impl Display for EmptyMessageContentError
sourceimpl Error for EmptyMessageContentError
impl Error for EmptyMessageContentError
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations
impl RefUnwindSafe for EmptyMessageContentError
impl Send for EmptyMessageContentError
impl Sync for EmptyMessageContentError
impl Unpin for EmptyMessageContentError
impl UnwindSafe for EmptyMessageContentError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
