pub struct VolumeRemoveOptions<'a> {
pub name: &'a str,
pub force: Option<bool>,
}
Fields§
§name: &'a str
§force: Option<bool>
Trait Implementations§
Source§impl<'a> Default for VolumeRemoveOptions<'a>
impl<'a> Default for VolumeRemoveOptions<'a>
Source§fn default() -> VolumeRemoveOptions<'a>
fn default() -> VolumeRemoveOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for VolumeRemoveOptions<'a>
impl<'a> RefUnwindSafe for VolumeRemoveOptions<'a>
impl<'a> Send for VolumeRemoveOptions<'a>
impl<'a> Sync for VolumeRemoveOptions<'a>
impl<'a> Unpin for VolumeRemoveOptions<'a>
impl<'a> UnwindSafe for VolumeRemoveOptions<'a>
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