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