pub struct ObjectionHandlingRules {
pub critical_severity_vetoes: bool,
pub veto_threshold: u32,
}Fields§
§critical_severity_vetoes: boolRFC-MACP-0012: objections with severity “critical” trigger veto logic.
veto_threshold: u32Trait Implementations§
Source§impl Clone for ObjectionHandlingRules
impl Clone for ObjectionHandlingRules
Source§fn clone(&self) -> ObjectionHandlingRules
fn clone(&self) -> ObjectionHandlingRules
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 ObjectionHandlingRules
impl Debug for ObjectionHandlingRules
Source§impl Default for ObjectionHandlingRules
impl Default for ObjectionHandlingRules
Source§impl<'de> Deserialize<'de> for ObjectionHandlingRules
impl<'de> Deserialize<'de> for ObjectionHandlingRules
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
Auto Trait Implementations§
impl Freeze for ObjectionHandlingRules
impl RefUnwindSafe for ObjectionHandlingRules
impl Send for ObjectionHandlingRules
impl Sync for ObjectionHandlingRules
impl Unpin for ObjectionHandlingRules
impl UnsafeUnpin for ObjectionHandlingRules
impl UnwindSafe for ObjectionHandlingRules
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