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