pub struct JmapMessageGet { /* private fields */ }Available on crate feature
jmap only.Expand description
I/O-free coroutine fetching the raw RFC 5322 bytes of a JMAP email.
Implementations§
Source§impl JmapMessageGet
impl JmapMessageGet
pub fn new( session: &JmapSession, http_auth: &SecretString, _mailbox: &str, id: &str, ) -> Result<Self, JmapMessageGetError>
Trait Implementations§
Source§impl JmapCoroutine for JmapMessageGet
impl JmapCoroutine for JmapMessageGet
Auto Trait Implementations§
impl Freeze for JmapMessageGet
impl RefUnwindSafe for JmapMessageGet
impl Send for JmapMessageGet
impl Sync for JmapMessageGet
impl Unpin for JmapMessageGet
impl UnsafeUnpin for JmapMessageGet
impl UnwindSafe for JmapMessageGet
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.