pub struct RichKind;Expand description
A kind for complex messages(simple attachments, reports, etc) that don’t require any pre-processing to be sent
Auto Trait Implementations§
impl Freeze for RichKind
impl RefUnwindSafe for RichKind
impl Send for RichKind
impl Sync for RichKind
impl Unpin for RichKind
impl UnsafeUnpin for RichKind
impl UnwindSafe for RichKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more