pub struct ParsedMail {
pub message: MessageFile,
pub body_text: String,
pub conversation: String,
}Fields§
§message: MessageFile§body_text: String§conversation: StringTrait Implementations§
Source§impl Clone for ParsedMail
impl Clone for ParsedMail
Source§fn clone(&self) -> ParsedMail
fn clone(&self) -> ParsedMail
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ParsedMail
impl RefUnwindSafe for ParsedMail
impl Send for ParsedMail
impl Sync for ParsedMail
impl Unpin for ParsedMail
impl UnsafeUnpin for ParsedMail
impl UnwindSafe for ParsedMail
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