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