pub struct MessageParseOptions {
pub direction: Option<String>,
pub workspace: WorkspaceState,
pub remote: Option<RemoteState>,
pub received_rfc3339: Option<String>,
pub sent_rfc3339: Option<String>,
pub attachments: Vec<AttachmentRef>,
}Fields§
§direction: Option<String>§workspace: WorkspaceState§remote: Option<RemoteState>§received_rfc3339: Option<String>§sent_rfc3339: Option<String>§attachments: Vec<AttachmentRef>Trait Implementations§
Source§impl Clone for MessageParseOptions
impl Clone for MessageParseOptions
Source§fn clone(&self) -> MessageParseOptions
fn clone(&self) -> MessageParseOptions
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 MessageParseOptions
impl RefUnwindSafe for MessageParseOptions
impl Send for MessageParseOptions
impl Sync for MessageParseOptions
impl Unpin for MessageParseOptions
impl UnsafeUnpin for MessageParseOptions
impl UnwindSafe for MessageParseOptions
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