pub struct DavLivePropertyRequirements {
pub metadata: bool,
pub locks: bool,
pub dead_properties: bool,
pub quota: bool,
pub current_principal: bool,
pub sync_token: bool,
pub add_member: bool,
pub extension_values: bool,
}Expand description
Value groups that a product adapter should fetch in one batch.
Fields§
§metadata: bool§locks: bool§dead_properties: bool§quota: bool§current_principal: bool§sync_token: bool§add_member: bool§extension_values: boolTrait Implementations§
Source§impl Clone for DavLivePropertyRequirements
impl Clone for DavLivePropertyRequirements
Source§fn clone(&self) -> DavLivePropertyRequirements
fn clone(&self) -> DavLivePropertyRequirements
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 DavLivePropertyRequirements
impl Debug for DavLivePropertyRequirements
Source§impl Default for DavLivePropertyRequirements
impl Default for DavLivePropertyRequirements
Source§fn default() -> DavLivePropertyRequirements
fn default() -> DavLivePropertyRequirements
Returns the “default value” for a type. Read more
impl Copy for DavLivePropertyRequirements
impl Eq for DavLivePropertyRequirements
impl StructuralPartialEq for DavLivePropertyRequirements
Auto Trait Implementations§
impl Freeze for DavLivePropertyRequirements
impl RefUnwindSafe for DavLivePropertyRequirements
impl Send for DavLivePropertyRequirements
impl Sync for DavLivePropertyRequirements
impl Unpin for DavLivePropertyRequirements
impl UnwindSafe for DavLivePropertyRequirements
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.