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