pub struct EditVolumeRequest {
pub description: Option<String>,
pub retention_period: Option<i32>,
pub grace_period: Option<i32>,
pub fork_grace_period: Option<i32>,
pub event_log_retention_period: Option<i32>,
}Fields§
§description: Option<String>§retention_period: Option<i32>§grace_period: Option<i32>§fork_grace_period: Option<i32>§event_log_retention_period: Option<i32>Trait Implementations§
Source§impl Clone for EditVolumeRequest
impl Clone for EditVolumeRequest
Source§fn clone(&self) -> EditVolumeRequest
fn clone(&self) -> EditVolumeRequest
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 EditVolumeRequest
impl Debug for EditVolumeRequest
Auto Trait Implementations§
impl Freeze for EditVolumeRequest
impl RefUnwindSafe for EditVolumeRequest
impl Send for EditVolumeRequest
impl Sync for EditVolumeRequest
impl Unpin for EditVolumeRequest
impl UnsafeUnpin for EditVolumeRequest
impl UnwindSafe for EditVolumeRequest
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