pub struct PolicySimulatorConfig {
pub required_authority_level: u32,
pub require_compliance_tags: Vec<String>,
pub block_on_missing_authority: bool,
}Fields§
Trait Implementations§
Source§impl Clone for PolicySimulatorConfig
impl Clone for PolicySimulatorConfig
Source§fn clone(&self) -> PolicySimulatorConfig
fn clone(&self) -> PolicySimulatorConfig
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 PolicySimulatorConfig
impl Debug for PolicySimulatorConfig
Auto Trait Implementations§
impl Freeze for PolicySimulatorConfig
impl RefUnwindSafe for PolicySimulatorConfig
impl Send for PolicySimulatorConfig
impl Sync for PolicySimulatorConfig
impl Unpin for PolicySimulatorConfig
impl UnsafeUnpin for PolicySimulatorConfig
impl UnwindSafe for PolicySimulatorConfig
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