pub struct VolumeListOptions {
pub connection: ConnectionOptions,
pub team: Option<String>,
}Expand description
Options for listing persistent volumes.
Fields§
§connection: ConnectionOptionsConnection options used for the control-plane request.
team: Option<String>Optional team slug.
Trait Implementations§
Source§impl Clone for VolumeListOptions
impl Clone for VolumeListOptions
Source§fn clone(&self) -> VolumeListOptions
fn clone(&self) -> VolumeListOptions
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 VolumeListOptions
impl Debug for VolumeListOptions
Source§impl Default for VolumeListOptions
impl Default for VolumeListOptions
Source§fn default() -> VolumeListOptions
fn default() -> VolumeListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VolumeListOptions
impl RefUnwindSafe for VolumeListOptions
impl Send for VolumeListOptions
impl Sync for VolumeListOptions
impl Unpin for VolumeListOptions
impl UnsafeUnpin for VolumeListOptions
impl UnwindSafe for VolumeListOptions
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