pub struct AddressBookQuery {
pub prop_filter: Option<PropertyFilter>,
pub properties: Vec<String>,
pub limit: Option<u32>,
}Available on crate feature
carddav only.Expand description
Address book query filters for REPORT requests
Fields§
§prop_filter: Option<PropertyFilter>§properties: Vec<String>§limit: Option<u32>Trait Implementations§
Source§impl Clone for AddressBookQuery
impl Clone for AddressBookQuery
Source§fn clone(&self) -> AddressBookQuery
fn clone(&self) -> AddressBookQuery
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 AddressBookQuery
impl RefUnwindSafe for AddressBookQuery
impl Send for AddressBookQuery
impl Sync for AddressBookQuery
impl Unpin for AddressBookQuery
impl UnwindSafe for AddressBookQuery
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