Struct dittolive_ditto::store::ditto_attachment::DittoAttachment
source · [−]pub struct DittoAttachment { /* private fields */ }
Expand description
Represents an attachment and can be used to insert the associated attachment into a document at a specific key.
Implementations
Trait Implementations
sourceimpl Debug for DittoAttachment
impl Debug for DittoAttachment
sourceimpl Serialize for DittoAttachment
impl Serialize for DittoAttachment
Auto Trait Implementations
impl RefUnwindSafe for DittoAttachment
impl Send for DittoAttachment
impl Sync for DittoAttachment
impl Unpin for DittoAttachment
impl UnwindSafe for DittoAttachment
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