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