pub enum CardDavReportType {
AddressBookQuery(AddressBookQuery),
AddressBookMultiget {
hrefs: Vec<String>,
},
}Available on crate feature
carddav only.Expand description
CardDAV REPORT request types
Variants§
Trait Implementations§
Source§impl Clone for CardDavReportType
impl Clone for CardDavReportType
Source§fn clone(&self) -> CardDavReportType
fn clone(&self) -> CardDavReportType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CardDavReportType
impl RefUnwindSafe for CardDavReportType
impl Send for CardDavReportType
impl Sync for CardDavReportType
impl Unpin for CardDavReportType
impl UnwindSafe for CardDavReportType
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