pub struct JmapMailboxCreate { /* private fields */ }Available on crate feature
jmap only.Expand description
I/O-free coroutine creating a JMAP mailbox named name.
Implementations§
Source§impl JmapMailboxCreate
impl JmapMailboxCreate
pub fn new( session: &JmapSession, http_auth: &SecretString, name: &str, ) -> Result<Self, JmapMailboxCreateError>
Trait Implementations§
Source§impl JmapCoroutine for JmapMailboxCreate
impl JmapCoroutine for JmapMailboxCreate
Auto Trait Implementations§
impl Freeze for JmapMailboxCreate
impl RefUnwindSafe for JmapMailboxCreate
impl Send for JmapMailboxCreate
impl Sync for JmapMailboxCreate
impl Unpin for JmapMailboxCreate
impl UnsafeUnpin for JmapMailboxCreate
impl UnwindSafe for JmapMailboxCreate
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
Source§impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
Source§fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
Invokes
WrappingSpan::make_wrapped to wrap an AST node in a span.