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§
Source§impl DittoAttachment
impl DittoAttachment
Trait Implementations§
Source§impl Debug for DittoAttachment
impl Debug for DittoAttachment
Auto Trait Implementations§
impl Freeze for DittoAttachment
impl RefUnwindSafe for DittoAttachment
impl Send for DittoAttachment
impl Sync for DittoAttachment
impl Unpin for DittoAttachment
impl UnwindSafe for DittoAttachment
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