pub struct ModifyVolumeResult {
pub volume_modification: Option<VolumeModification>,
}Fields§
§volume_modification: Option<VolumeModification>Information about the volume modification.
Trait Implementations§
Source§impl Clone for ModifyVolumeResult
impl Clone for ModifyVolumeResult
Source§fn clone(&self) -> ModifyVolumeResult
fn clone(&self) -> ModifyVolumeResult
Returns a duplicate of the value. Read more
1.0.0 · 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 ModifyVolumeResult
impl Debug for ModifyVolumeResult
Source§impl Default for ModifyVolumeResult
impl Default for ModifyVolumeResult
Source§fn default() -> ModifyVolumeResult
fn default() -> ModifyVolumeResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyVolumeResult
impl PartialEq for ModifyVolumeResult
impl StructuralPartialEq for ModifyVolumeResult
Auto Trait Implementations§
impl Freeze for ModifyVolumeResult
impl RefUnwindSafe for ModifyVolumeResult
impl Send for ModifyVolumeResult
impl Sync for ModifyVolumeResult
impl Unpin for ModifyVolumeResult
impl UnwindSafe for ModifyVolumeResult
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