pub struct DavNonDavProfile;Trait Implementations§
Source§impl<Provider: ?Sized> DavCapabilityProfile<Provider> for DavNonDavProfile
impl<Provider: ?Sized> DavCapabilityProfile<Provider> for DavNonDavProfile
Auto Trait Implementations§
impl Freeze for DavNonDavProfile
impl RefUnwindSafe for DavNonDavProfile
impl Send for DavNonDavProfile
impl Sync for DavNonDavProfile
impl Unpin for DavNonDavProfile
impl UnwindSafe for DavNonDavProfile
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