pub struct EmailBody(/* private fields */);Implementations§
Trait Implementations§
impl Eq for EmailBody
Source§impl Ord for EmailBody
impl Ord for EmailBody
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for EmailBody
impl PartialOrd for EmailBody
impl StructuralPartialEq for EmailBody
Auto Trait Implementations§
impl Freeze for EmailBody
impl RefUnwindSafe for EmailBody
impl Send for EmailBody
impl Sync for EmailBody
impl Unpin for EmailBody
impl UnsafeUnpin for EmailBody
impl UnwindSafe for EmailBody
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