pub struct DavCollectionSyncExtension;Trait Implementations§
Source§impl<Provider: DavCollectionSyncSupport + ?Sized> DavExtensionMarker<Provider> for DavCollectionSyncExtension
impl<Provider: DavCollectionSyncSupport + ?Sized> DavExtensionMarker<Provider> for DavCollectionSyncExtension
const PACKAGES: DavExtensionSet
Auto Trait Implementations§
impl Freeze for DavCollectionSyncExtension
impl RefUnwindSafe for DavCollectionSyncExtension
impl Send for DavCollectionSyncExtension
impl Sync for DavCollectionSyncExtension
impl Unpin for DavCollectionSyncExtension
impl UnwindSafe for DavCollectionSyncExtension
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