pub struct ContactsClient {
pub compliance: Compliance,
/* private fields */
}Expand description
A synchronous Client to make WebDAV requests with.
Fields§
§compliance: ComplianceImplementations§
Auto Trait Implementations§
impl Freeze for ContactsClient
impl !RefUnwindSafe for ContactsClient
impl Send for ContactsClient
impl Sync for ContactsClient
impl Unpin for ContactsClient
impl UnsafeUnpin for ContactsClient
impl !UnwindSafe for ContactsClient
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