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