Enum dittolive_ditto::store::attachment::fetcher::FetcherVersion::V1
source · pub enum V1 {}
Expand description
The deprecated
collection.fetch_attachment(...)
API.
Auto Trait Implementations§
impl RefUnwindSafe for V1
impl Send for V1
impl Sync for V1
impl Unpin for V1
impl UnwindSafe for V1
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