pub struct VolumeListOpts { /* private fields */ }
Expand description
Adjust the list of returned volumes with this options.
Implementations§
Source§impl VolumeListOpts
impl VolumeListOpts
Sourcepub fn builder() -> VolumeListOptsBuilder
pub fn builder() -> VolumeListOptsBuilder
Returns a new instance of a builder for VolumeListOpts.
Trait Implementations§
Source§impl Clone for VolumeListOpts
impl Clone for VolumeListOpts
Source§fn clone(&self) -> VolumeListOpts
fn clone(&self) -> VolumeListOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VolumeListOpts
impl Debug for VolumeListOpts
Source§impl Default for VolumeListOpts
impl Default for VolumeListOpts
Source§fn default() -> VolumeListOpts
fn default() -> VolumeListOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VolumeListOpts
impl RefUnwindSafe for VolumeListOpts
impl Send for VolumeListOpts
impl Sync for VolumeListOpts
impl Unpin for VolumeListOpts
impl UnwindSafe for VolumeListOpts
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