pub struct AddSecurityCategory {
pub name: String,
}Expand description
Create a security category.
Fields§
§name: StringSecurity category name.
Trait Implementations§
Source§impl Clone for AddSecurityCategory
impl Clone for AddSecurityCategory
Source§fn clone(&self) -> AddSecurityCategory
fn clone(&self) -> AddSecurityCategory
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 Create<AddSecurityCategory, SecurityCategory> for SecurityCategoriesResource
impl Create<AddSecurityCategory, SecurityCategory> for SecurityCategoriesResource
Source§impl Debug for AddSecurityCategory
impl Debug for AddSecurityCategory
Source§impl<'de> Deserialize<'de> for AddSecurityCategory
impl<'de> Deserialize<'de> for AddSecurityCategory
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
Auto Trait Implementations§
impl Freeze for AddSecurityCategory
impl RefUnwindSafe for AddSecurityCategory
impl Send for AddSecurityCategory
impl Sync for AddSecurityCategory
impl Unpin for AddSecurityCategory
impl UnwindSafe for AddSecurityCategory
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