pub struct JmapEmailParseOptions {
pub properties: Option<Vec<JmapEmailProperty>>,
}Expand description
Options for JmapEmailParse::new.
Fields§
§properties: Option<Vec<JmapEmailProperty>>Email properties to return; None returns all.
Trait Implementations§
Source§impl Clone for JmapEmailParseOptions
impl Clone for JmapEmailParseOptions
Source§fn clone(&self) -> JmapEmailParseOptions
fn clone(&self) -> JmapEmailParseOptions
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 moreSource§impl Debug for JmapEmailParseOptions
impl Debug for JmapEmailParseOptions
Source§impl Default for JmapEmailParseOptions
impl Default for JmapEmailParseOptions
Source§fn default() -> JmapEmailParseOptions
fn default() -> JmapEmailParseOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JmapEmailParseOptions
impl RefUnwindSafe for JmapEmailParseOptions
impl Send for JmapEmailParseOptions
impl Sync for JmapEmailParseOptions
impl Unpin for JmapEmailParseOptions
impl UnsafeUnpin for JmapEmailParseOptions
impl UnwindSafe for JmapEmailParseOptions
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