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