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