pub struct JmapEmailChanges { /* private fields */ }Expand description
I/O-free coroutine for the JMAP Email/changes method.
Implementations§
Source§impl JmapEmailChanges
impl JmapEmailChanges
pub fn new( session: &JmapSession, http_auth: &SecretString, since_state: impl Into<String>, opts: JmapEmailChangesOptions, ) -> Result<Self, JmapEmailChangesError>
Trait Implementations§
Source§impl JmapCoroutine for JmapEmailChanges
impl JmapCoroutine for JmapEmailChanges
Source§type Return = Result<JmapChangesOutput, JmapEmailChangesError>
type Return = Result<JmapChangesOutput, JmapEmailChangesError>
Terminal value. By convention
Result<Output, Error>.Auto Trait Implementations§
impl Freeze for JmapEmailChanges
impl RefUnwindSafe for JmapEmailChanges
impl Send for JmapEmailChanges
impl Sync for JmapEmailChanges
impl Unpin for JmapEmailChanges
impl UnsafeUnpin for JmapEmailChanges
impl UnwindSafe for JmapEmailChanges
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