pub struct DavClass2And3Profile;Expand description
RFC 4918 classes 1, 2, 3.
Trait Implementations§
Source§impl<Provider: DavClass2Support + DavClass3Support + ?Sized> DavCapabilityProfile<Provider> for DavClass2And3Profile
impl<Provider: DavClass2Support + DavClass3Support + ?Sized> DavCapabilityProfile<Provider> for DavClass2And3Profile
Auto Trait Implementations§
impl Freeze for DavClass2And3Profile
impl RefUnwindSafe for DavClass2And3Profile
impl Send for DavClass2And3Profile
impl Sync for DavClass2And3Profile
impl Unpin for DavClass2And3Profile
impl UnwindSafe for DavClass2And3Profile
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