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