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