pub struct JmapFlagStore { /* private fields */ }Available on crate feature
jmap only.Expand description
I/O-free coroutine applying a flag store across every id.
Implementations§
Source§impl JmapFlagStore
impl JmapFlagStore
pub fn new( session: &JmapSession, http_auth: &SecretString, _mailbox: &str, ids: &[&str], flags: &[Flag], op: FlagOp, ) -> Result<Self, JmapFlagStoreError>
Trait Implementations§
Source§impl JmapCoroutine for JmapFlagStore
impl JmapCoroutine for JmapFlagStore
Auto Trait Implementations§
impl Freeze for JmapFlagStore
impl RefUnwindSafe for JmapFlagStore
impl Send for JmapFlagStore
impl Sync for JmapFlagStore
impl Unpin for JmapFlagStore
impl UnsafeUnpin for JmapFlagStore
impl UnwindSafe for JmapFlagStore
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.