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