pub struct VdirCollectionUpdateOptions {}Expand description
Options for VdirCollectionUpdate::new.
Trait Implementations§
Source§impl Clone for VdirCollectionUpdateOptions
impl Clone for VdirCollectionUpdateOptions
Source§fn clone(&self) -> VdirCollectionUpdateOptions
fn clone(&self) -> VdirCollectionUpdateOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VdirCollectionUpdateOptions
impl Debug for VdirCollectionUpdateOptions
Source§impl Default for VdirCollectionUpdateOptions
impl Default for VdirCollectionUpdateOptions
Source§fn default() -> VdirCollectionUpdateOptions
fn default() -> VdirCollectionUpdateOptions
Returns the “default value” for a type. Read more
impl Eq for VdirCollectionUpdateOptions
impl StructuralPartialEq for VdirCollectionUpdateOptions
Auto Trait Implementations§
impl Freeze for VdirCollectionUpdateOptions
impl RefUnwindSafe for VdirCollectionUpdateOptions
impl Send for VdirCollectionUpdateOptions
impl Sync for VdirCollectionUpdateOptions
impl Unpin for VdirCollectionUpdateOptions
impl UnsafeUnpin for VdirCollectionUpdateOptions
impl UnwindSafe for VdirCollectionUpdateOptions
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