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