pub struct SecurityTaskParameters {
pub name: Option<String>,
}Expand description
Changing set of properties, depending on the task type that is derived from the name field
Fields§
§name: Option<String>Name of the task type
Implementations§
Trait Implementations§
Source§impl Clone for SecurityTaskParameters
impl Clone for SecurityTaskParameters
Source§fn clone(&self) -> SecurityTaskParameters
fn clone(&self) -> SecurityTaskParameters
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SecurityTaskParameters
impl Debug for SecurityTaskParameters
Source§impl Default for SecurityTaskParameters
impl Default for SecurityTaskParameters
Source§fn default() -> SecurityTaskParameters
fn default() -> SecurityTaskParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecurityTaskParameters
impl<'de> Deserialize<'de> for SecurityTaskParameters
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
Source§impl PartialEq for SecurityTaskParameters
impl PartialEq for SecurityTaskParameters
Source§fn eq(&self, other: &SecurityTaskParameters) -> bool
fn eq(&self, other: &SecurityTaskParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SecurityTaskParameters
impl Serialize for SecurityTaskParameters
impl StructuralPartialEq for SecurityTaskParameters
Auto Trait Implementations§
impl Freeze for SecurityTaskParameters
impl RefUnwindSafe for SecurityTaskParameters
impl Send for SecurityTaskParameters
impl Sync for SecurityTaskParameters
impl Unpin for SecurityTaskParameters
impl UnsafeUnpin for SecurityTaskParameters
impl UnwindSafe for SecurityTaskParameters
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