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