Struct jmap_client::email::parse::EmailParseRequest
source · [−]pub struct EmailParseRequest { /* private fields */ }Implementations
sourceimpl EmailParseRequest
impl EmailParseRequest
pub fn new(params: RequestParams) -> Self
pub fn blob_ids<U, V>(&mut self, blob_ids: U) -> &mut Selfwhere
U: IntoIterator<Item = V>,
V: Into<String>,
pub fn properties(
&mut self,
properties: impl IntoIterator<Item = Property>
) -> &mut Self
pub fn body_properties(
&mut self,
body_properties: impl IntoIterator<Item = BodyProperty>
) -> &mut Self
pub fn fetch_text_body_values(
&mut self,
fetch_text_body_values: bool
) -> &mut Self
pub fn fetch_html_body_values(
&mut self,
fetch_html_body_values: bool
) -> &mut Self
pub fn fetch_all_body_values(&mut self, fetch_all_body_values: bool) -> &mut Self
pub fn max_body_value_bytes(&mut self, max_body_value_bytes: usize) -> &mut Self
Trait Implementations
sourceimpl Clone for EmailParseRequest
impl Clone for EmailParseRequest
sourcefn clone(&self) -> EmailParseRequest
fn clone(&self) -> EmailParseRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for EmailParseRequest
impl Debug for EmailParseRequest
sourceimpl Serialize for EmailParseRequest
impl Serialize for EmailParseRequest
Auto Trait Implementations
impl RefUnwindSafe for EmailParseRequest
impl Send for EmailParseRequest
impl Sync for EmailParseRequest
impl Unpin for EmailParseRequest
impl UnwindSafe for EmailParseRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more