pub struct ScreeningUpdateConfigurations {
pub disable_bypass: Option<bool>,
pub disable_unfreeze: Option<bool>,
}
Fields§
§disable_bypass: Option<bool>
Flag to enable or disable bypass screening on workspace configuration.
disable_unfreeze: Option<bool>
Flag to enable or disable unfreeze of transaction frozen by policy rule on workspace configuration.
Implementations§
Trait Implementations§
Source§impl Clone for ScreeningUpdateConfigurations
impl Clone for ScreeningUpdateConfigurations
Source§fn clone(&self) -> ScreeningUpdateConfigurations
fn clone(&self) -> ScreeningUpdateConfigurations
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 Default for ScreeningUpdateConfigurations
impl Default for ScreeningUpdateConfigurations
Source§fn default() -> ScreeningUpdateConfigurations
fn default() -> ScreeningUpdateConfigurations
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScreeningUpdateConfigurations
impl<'de> Deserialize<'de> for ScreeningUpdateConfigurations
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 ScreeningUpdateConfigurations
impl PartialEq for ScreeningUpdateConfigurations
Source§fn eq(&self, other: &ScreeningUpdateConfigurations) -> bool
fn eq(&self, other: &ScreeningUpdateConfigurations) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ScreeningUpdateConfigurations
Auto Trait Implementations§
impl Freeze for ScreeningUpdateConfigurations
impl RefUnwindSafe for ScreeningUpdateConfigurations
impl Send for ScreeningUpdateConfigurations
impl Sync for ScreeningUpdateConfigurations
impl Unpin for ScreeningUpdateConfigurations
impl UnwindSafe for ScreeningUpdateConfigurations
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