pub struct DecisionPolicyRules {
pub voting: VotingRules,
pub objection_handling: ObjectionHandlingRules,
pub evaluation: EvaluationRules,
pub commitment: CommitmentRules,
}Fields§
§voting: VotingRules§objection_handling: ObjectionHandlingRules§evaluation: EvaluationRules§commitment: CommitmentRulesTrait Implementations§
Source§impl Clone for DecisionPolicyRules
impl Clone for DecisionPolicyRules
Source§fn clone(&self) -> DecisionPolicyRules
fn clone(&self) -> DecisionPolicyRules
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 DecisionPolicyRules
impl Debug for DecisionPolicyRules
Source§impl Default for DecisionPolicyRules
impl Default for DecisionPolicyRules
Source§fn default() -> DecisionPolicyRules
fn default() -> DecisionPolicyRules
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DecisionPolicyRules
impl<'de> Deserialize<'de> for DecisionPolicyRules
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 DecisionPolicyRules
impl RefUnwindSafe for DecisionPolicyRules
impl Send for DecisionPolicyRules
impl Sync for DecisionPolicyRules
impl Unpin for DecisionPolicyRules
impl UnsafeUnpin for DecisionPolicyRules
impl UnwindSafe for DecisionPolicyRules
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