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