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