pub struct QueryEmailsPageRequest<'a> {
pub continuation: Option<&'a EmailContinuation>,
pub limit: usize,
pub from_timestamp: Option<DateTime<Utc>>,
pub to_timestamp: Option<DateTime<Utc>>,
pub mailbox_name: Option<&'a str>,
}Fields§
§continuation: Option<&'a EmailContinuation>§limit: usize§from_timestamp: Option<DateTime<Utc>>§to_timestamp: Option<DateTime<Utc>>§mailbox_name: Option<&'a str>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for QueryEmailsPageRequest<'a>
impl<'a> RefUnwindSafe for QueryEmailsPageRequest<'a>
impl<'a> Send for QueryEmailsPageRequest<'a>
impl<'a> Sync for QueryEmailsPageRequest<'a>
impl<'a> Unpin for QueryEmailsPageRequest<'a>
impl<'a> UnsafeUnpin for QueryEmailsPageRequest<'a>
impl<'a> UnwindSafe for QueryEmailsPageRequest<'a>
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