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