pub struct SystemSecurityPlan {
pub schema: Option<String>,
pub system_security_plan: SystemSecurityPlanSsp,
}Fields§
§schema: Option<String>§system_security_plan: SystemSecurityPlanSspTrait Implementations§
Source§impl AsMut<SystemSecurityPlan> for SystemSecurityPlan
impl AsMut<SystemSecurityPlan> for SystemSecurityPlan
Source§impl AsRef<SystemSecurityPlan> for SystemSecurityPlan
impl AsRef<SystemSecurityPlan> for SystemSecurityPlan
Source§impl Clone for SystemSecurityPlan
impl Clone for SystemSecurityPlan
Source§fn clone(&self) -> SystemSecurityPlan
fn clone(&self) -> SystemSecurityPlan
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 SystemSecurityPlan
impl Debug for SystemSecurityPlan
Source§impl<'de> Deserialize<'de> for SystemSecurityPlan
impl<'de> Deserialize<'de> for SystemSecurityPlan
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 Display for SystemSecurityPlan
impl Display for SystemSecurityPlan
Source§impl From<&SystemSecurityPlan> for SystemSecurityPlan
impl From<&SystemSecurityPlan> for SystemSecurityPlan
Source§fn from(value: &SystemSecurityPlan) -> Self
fn from(value: &SystemSecurityPlan) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SystemSecurityPlan
impl PartialEq for SystemSecurityPlan
Auto Trait Implementations§
impl Freeze for SystemSecurityPlan
impl RefUnwindSafe for SystemSecurityPlan
impl Send for SystemSecurityPlan
impl Sync for SystemSecurityPlan
impl Unpin for SystemSecurityPlan
impl UnwindSafe for SystemSecurityPlan
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