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