pub struct CreateSecurityConfigurationOutput {
pub creation_date_time: f64,
pub name: String,
}
Fields§
§creation_date_time: f64
The date and time the security configuration was created.
name: String
The name of the security configuration.
Trait Implementations§
Source§impl Clone for CreateSecurityConfigurationOutput
impl Clone for CreateSecurityConfigurationOutput
Source§fn clone(&self) -> CreateSecurityConfigurationOutput
fn clone(&self) -> CreateSecurityConfigurationOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CreateSecurityConfigurationOutput
impl Default for CreateSecurityConfigurationOutput
Source§fn default() -> CreateSecurityConfigurationOutput
fn default() -> CreateSecurityConfigurationOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateSecurityConfigurationOutput
impl<'de> Deserialize<'de> for CreateSecurityConfigurationOutput
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 CreateSecurityConfigurationOutput
impl PartialEq for CreateSecurityConfigurationOutput
Source§fn eq(&self, other: &CreateSecurityConfigurationOutput) -> bool
fn eq(&self, other: &CreateSecurityConfigurationOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateSecurityConfigurationOutput
Auto Trait Implementations§
impl Freeze for CreateSecurityConfigurationOutput
impl RefUnwindSafe for CreateSecurityConfigurationOutput
impl Send for CreateSecurityConfigurationOutput
impl Sync for CreateSecurityConfigurationOutput
impl Unpin for CreateSecurityConfigurationOutput
impl UnwindSafe for CreateSecurityConfigurationOutput
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