pub struct RawKind;Expand description
Builder kind for ComposedMessage. Content is sent verbatim so no builder methods are
available for this kind.
Auto Trait Implementations§
impl Freeze for RawKind
impl RefUnwindSafe for RawKind
impl Send for RawKind
impl Sync for RawKind
impl Unpin for RawKind
impl UnsafeUnpin for RawKind
impl UnwindSafe for RawKind
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