pub struct SetGroupVolumeOperationResponse;Trait Implementations§
Source§impl Clone for SetGroupVolumeOperationResponse
impl Clone for SetGroupVolumeOperationResponse
Source§fn clone(&self) -> SetGroupVolumeOperationResponse
fn clone(&self) -> SetGroupVolumeOperationResponse
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<'de> Deserialize<'de> for SetGroupVolumeOperationResponse
impl<'de> Deserialize<'de> for SetGroupVolumeOperationResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetGroupVolumeOperationResponse
impl PartialEq for SetGroupVolumeOperationResponse
Source§fn eq(&self, other: &SetGroupVolumeOperationResponse) -> bool
fn eq(&self, other: &SetGroupVolumeOperationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetGroupVolumeOperationResponse
Auto Trait Implementations§
impl Freeze for SetGroupVolumeOperationResponse
impl RefUnwindSafe for SetGroupVolumeOperationResponse
impl Send for SetGroupVolumeOperationResponse
impl Sync for SetGroupVolumeOperationResponse
impl Unpin for SetGroupVolumeOperationResponse
impl UnsafeUnpin for SetGroupVolumeOperationResponse
impl UnwindSafe for SetGroupVolumeOperationResponse
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