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