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