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