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