pub struct DeleteRetentionPolicyResponse {}Trait Implementations§
Source§impl Clone for DeleteRetentionPolicyResponse
impl Clone for DeleteRetentionPolicyResponse
Source§fn clone(&self) -> DeleteRetentionPolicyResponse
fn clone(&self) -> DeleteRetentionPolicyResponse
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 Default for DeleteRetentionPolicyResponse
impl Default for DeleteRetentionPolicyResponse
Source§fn default() -> DeleteRetentionPolicyResponse
fn default() -> DeleteRetentionPolicyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteRetentionPolicyResponse
impl<'de> Deserialize<'de> for DeleteRetentionPolicyResponse
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 DeleteRetentionPolicyResponse
impl PartialEq for DeleteRetentionPolicyResponse
Source§fn eq(&self, other: &DeleteRetentionPolicyResponse) -> bool
fn eq(&self, other: &DeleteRetentionPolicyResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteRetentionPolicyResponse
Auto Trait Implementations§
impl Freeze for DeleteRetentionPolicyResponse
impl RefUnwindSafe for DeleteRetentionPolicyResponse
impl Send for DeleteRetentionPolicyResponse
impl Sync for DeleteRetentionPolicyResponse
impl Unpin for DeleteRetentionPolicyResponse
impl UnwindSafe for DeleteRetentionPolicyResponse
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