pub struct messageBodyHTML;
Trait Implementations§
Source§impl Field for messageBodyHTML
impl Field for messageBodyHTML
Auto Trait Implementations§
impl Freeze for messageBodyHTML
impl RefUnwindSafe for messageBodyHTML
impl Send for messageBodyHTML
impl Sync for messageBodyHTML
impl Unpin for messageBodyHTML
impl UnwindSafe for messageBodyHTML
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