pub struct DavLabelExtension;Trait Implementations§
Source§impl<Provider: DavLabelSupport + ?Sized> DavExtensionMarker<Provider> for DavLabelExtension
impl<Provider: DavLabelSupport + ?Sized> DavExtensionMarker<Provider> for DavLabelExtension
const PACKAGES: DavExtensionSet
Auto Trait Implementations§
impl Freeze for DavLabelExtension
impl RefUnwindSafe for DavLabelExtension
impl Send for DavLabelExtension
impl Sync for DavLabelExtension
impl Unpin for DavLabelExtension
impl UnwindSafe for DavLabelExtension
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