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