pub struct UpdateVolumeRequest {
pub auto_backup_enabled: bool,
pub snapshot_retention: u64,
}Fields§
§auto_backup_enabled: bool§snapshot_retention: u64Trait Implementations§
Source§impl Debug for UpdateVolumeRequest
impl Debug for UpdateVolumeRequest
Auto Trait Implementations§
impl Freeze for UpdateVolumeRequest
impl RefUnwindSafe for UpdateVolumeRequest
impl Send for UpdateVolumeRequest
impl Sync for UpdateVolumeRequest
impl Unpin for UpdateVolumeRequest
impl UnwindSafe for UpdateVolumeRequest
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