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