pub struct AddressBookProperties {
pub description: Option<String>,
pub max_resource_size: Option<u64>,
pub display_name: Option<String>,
}Available on crate feature
carddav only.Expand description
CardDAV address book collection properties
Fields§
§description: Option<String>§max_resource_size: Option<u64>§display_name: Option<String>Trait Implementations§
Source§impl Clone for AddressBookProperties
impl Clone for AddressBookProperties
Source§fn clone(&self) -> AddressBookProperties
fn clone(&self) -> AddressBookProperties
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 moreSource§impl Debug for AddressBookProperties
impl Debug for AddressBookProperties
Auto Trait Implementations§
impl Freeze for AddressBookProperties
impl RefUnwindSafe for AddressBookProperties
impl Send for AddressBookProperties
impl Sync for AddressBookProperties
impl Unpin for AddressBookProperties
impl UnwindSafe for AddressBookProperties
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