pub struct JmapEmailSet { /* private fields */ }Expand description
I/O-free coroutine for the JMAP Email/set method.
Implementations§
Source§impl JmapEmailSet
impl JmapEmailSet
Sourcepub fn new(
session: &JmapSession,
http_auth: &SecretString,
args: JmapEmailSetArgs,
) -> Result<Self, JmapEmailSetError>
pub fn new( session: &JmapSession, http_auth: &SecretString, args: JmapEmailSetArgs, ) -> Result<Self, JmapEmailSetError>
Prepares the method call request and builds the coroutine.
Trait Implementations§
Source§impl JmapCoroutine for JmapEmailSet
impl JmapCoroutine for JmapEmailSet
Source§type Return = Result<JmapEmailSetOutput, JmapEmailSetError>
type Return = Result<JmapEmailSetOutput, JmapEmailSetError>
Terminal value. By convention
Result<Output, Error>.Auto Trait Implementations§
impl Freeze for JmapEmailSet
impl RefUnwindSafe for JmapEmailSet
impl Send for JmapEmailSet
impl Sync for JmapEmailSet
impl Unpin for JmapEmailSet
impl UnsafeUnpin for JmapEmailSet
impl UnwindSafe for JmapEmailSet
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