pub struct SystemSecurityPlanBuilder { /* private fields */ }
Expand description
Builder for SystemSecurityPlan
.
Implementations§
Source§impl SystemSecurityPlanBuilder
impl SystemSecurityPlanBuilder
pub fn schema<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn system_security_plan<VALUE: Into<SystemSecurityPlanSsp>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<SystemSecurityPlan, SystemSecurityPlanBuilderError>
pub fn build( &self, ) -> Result<SystemSecurityPlan, SystemSecurityPlanBuilderError>
Trait Implementations§
Source§impl Clone for SystemSecurityPlanBuilder
impl Clone for SystemSecurityPlanBuilder
Source§fn clone(&self) -> SystemSecurityPlanBuilder
fn clone(&self) -> SystemSecurityPlanBuilder
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 moreAuto Trait Implementations§
impl Freeze for SystemSecurityPlanBuilder
impl RefUnwindSafe for SystemSecurityPlanBuilder
impl Send for SystemSecurityPlanBuilder
impl Sync for SystemSecurityPlanBuilder
impl Unpin for SystemSecurityPlanBuilder
impl UnwindSafe for SystemSecurityPlanBuilder
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