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