pub struct SecurityProfileIdentifier {
pub arn: String,
pub name: String,
}Expand description
Identifying information for a Device Defender security profile.
Fields§
§arn: StringThe ARN of the security profile.
name: StringThe name you have given to the security profile.
Trait Implementations§
Source§impl Clone for SecurityProfileIdentifier
impl Clone for SecurityProfileIdentifier
Source§fn clone(&self) -> SecurityProfileIdentifier
fn clone(&self) -> SecurityProfileIdentifier
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 Debug for SecurityProfileIdentifier
impl Debug for SecurityProfileIdentifier
Source§impl Default for SecurityProfileIdentifier
impl Default for SecurityProfileIdentifier
Source§fn default() -> SecurityProfileIdentifier
fn default() -> SecurityProfileIdentifier
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecurityProfileIdentifier
impl<'de> Deserialize<'de> for SecurityProfileIdentifier
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
impl StructuralPartialEq for SecurityProfileIdentifier
Auto Trait Implementations§
impl Freeze for SecurityProfileIdentifier
impl RefUnwindSafe for SecurityProfileIdentifier
impl Send for SecurityProfileIdentifier
impl Sync for SecurityProfileIdentifier
impl Unpin for SecurityProfileIdentifier
impl UnwindSafe for SecurityProfileIdentifier
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