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