pub struct DittoAttachmentFetcher<'a> { /* private fields */ }
Expand description
These objects are returned by calls to
fetch_attachment
on Collection
s.
They must be kept alive for the fetching of the attachment to proceed and for you to be notified
once the status of the fetch request has changed.
Trait Implementations
sourceimpl<'a> Drop for DittoAttachmentFetcher<'a>
impl<'a> Drop for DittoAttachmentFetcher<'a>
sourceimpl<'a> Observer for DittoAttachmentFetcher<'a>
impl<'a> Observer for DittoAttachmentFetcher<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for DittoAttachmentFetcher<'a>
impl<'a> Send for DittoAttachmentFetcher<'a>
impl<'a> Sync for DittoAttachmentFetcher<'a>
impl<'a> Unpin for DittoAttachmentFetcher<'a>
impl<'a> !UnwindSafe for DittoAttachmentFetcher<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> CompatExt for T
impl<T> CompatExt for T
fn compat_ref(&self) -> Compat<&T>
fn compat_ref(&self) -> Compat<&T>
Applies the [
Compat
] adapter by shared reference. Read morefn compat_mut(&mut self) -> Compat<&mut T>
fn compat_mut(&mut self) -> Compat<&mut T>
Applies the [
Compat
] adapter by mutable reference. Read more