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