pub struct DavWithPrivateUpdateRange<Base>(/* private fields */);Trait Implementations§
Source§impl<Provider, Base> DavCapabilityProfile<Provider> for DavWithPrivateUpdateRange<Base>
impl<Provider, Base> DavCapabilityProfile<Provider> for DavWithPrivateUpdateRange<Base>
Auto Trait Implementations§
impl<Base> Freeze for DavWithPrivateUpdateRange<Base>
impl<Base> RefUnwindSafe for DavWithPrivateUpdateRange<Base>
impl<Base> Send for DavWithPrivateUpdateRange<Base>
impl<Base> Sync for DavWithPrivateUpdateRange<Base>
impl<Base> Unpin for DavWithPrivateUpdateRange<Base>
impl<Base> UnwindSafe for DavWithPrivateUpdateRange<Base>
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