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