pub struct ImapMessageThreadOptions {
pub uid: bool,
}Expand description
Options for ImapMessageThread::new.
Fields§
§uid: boolWhen true, send UID THREAD; returned ids are UIDs.
Trait Implementations§
Source§impl Clone for ImapMessageThreadOptions
impl Clone for ImapMessageThreadOptions
Source§fn clone(&self) -> ImapMessageThreadOptions
fn clone(&self) -> ImapMessageThreadOptions
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 ImapMessageThreadOptions
impl Debug for ImapMessageThreadOptions
Source§impl Default for ImapMessageThreadOptions
impl Default for ImapMessageThreadOptions
Source§fn default() -> ImapMessageThreadOptions
fn default() -> ImapMessageThreadOptions
Returns the “default value” for a type. Read more
impl Eq for ImapMessageThreadOptions
Source§impl PartialEq for ImapMessageThreadOptions
impl PartialEq for ImapMessageThreadOptions
Source§fn eq(&self, other: &ImapMessageThreadOptions) -> bool
fn eq(&self, other: &ImapMessageThreadOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ImapMessageThreadOptions
Auto Trait Implementations§
impl Freeze for ImapMessageThreadOptions
impl RefUnwindSafe for ImapMessageThreadOptions
impl Send for ImapMessageThreadOptions
impl Sync for ImapMessageThreadOptions
impl Unpin for ImapMessageThreadOptions
impl UnsafeUnpin for ImapMessageThreadOptions
impl UnwindSafe for ImapMessageThreadOptions
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