pub struct JmapMessageCopy { /* private fields */ }Available on crate feature
jmap only.Expand description
I/O-free coroutine adding to to the mailboxIds of every email id.
Implementations§
Source§impl JmapMessageCopy
impl JmapMessageCopy
pub fn new( session: &JmapSession, http_auth: &SecretString, _from: &str, to: &str, ids: &[&str], ) -> Result<Self, JmapMessageCopyError>
Trait Implementations§
Source§impl JmapCoroutine for JmapMessageCopy
impl JmapCoroutine for JmapMessageCopy
Auto Trait Implementations§
impl Freeze for JmapMessageCopy
impl RefUnwindSafe for JmapMessageCopy
impl Send for JmapMessageCopy
impl Sync for JmapMessageCopy
impl Unpin for JmapMessageCopy
impl UnsafeUnpin for JmapMessageCopy
impl UnwindSafe for JmapMessageCopy
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.