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