pub struct RuleSuiteRuleEvaluationsInnerRuleSource {
pub type: Option<String>,
pub id: Option<Option<i32>>,
pub name: Option<Option<String>>,
}
Fields§
§type: Option<String>
The type of rule source.
id: Option<Option<i32>>
The ID of the rule source.
name: Option<Option<String>>
The name of the rule source.
Implementations§
Trait Implementations§
Source§impl Clone for RuleSuiteRuleEvaluationsInnerRuleSource
impl Clone for RuleSuiteRuleEvaluationsInnerRuleSource
Source§fn clone(&self) -> RuleSuiteRuleEvaluationsInnerRuleSource
fn clone(&self) -> RuleSuiteRuleEvaluationsInnerRuleSource
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 RuleSuiteRuleEvaluationsInnerRuleSource
impl Default for RuleSuiteRuleEvaluationsInnerRuleSource
Source§fn default() -> RuleSuiteRuleEvaluationsInnerRuleSource
fn default() -> RuleSuiteRuleEvaluationsInnerRuleSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuleSuiteRuleEvaluationsInnerRuleSource
impl<'de> Deserialize<'de> for RuleSuiteRuleEvaluationsInnerRuleSource
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 RuleSuiteRuleEvaluationsInnerRuleSource
impl PartialEq for RuleSuiteRuleEvaluationsInnerRuleSource
Source§fn eq(&self, other: &RuleSuiteRuleEvaluationsInnerRuleSource) -> bool
fn eq(&self, other: &RuleSuiteRuleEvaluationsInnerRuleSource) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for RuleSuiteRuleEvaluationsInnerRuleSource
Auto Trait Implementations§
impl Freeze for RuleSuiteRuleEvaluationsInnerRuleSource
impl RefUnwindSafe for RuleSuiteRuleEvaluationsInnerRuleSource
impl Send for RuleSuiteRuleEvaluationsInnerRuleSource
impl Sync for RuleSuiteRuleEvaluationsInnerRuleSource
impl Unpin for RuleSuiteRuleEvaluationsInnerRuleSource
impl UnwindSafe for RuleSuiteRuleEvaluationsInnerRuleSource
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