pub struct RowRuleAst {
pub name: String,
pub compare: Option<CompareAst>,
pub when: Option<CompareAst>,
pub assertion: Option<AssertionAst>,
}Fields§
§name: String§compare: Option<CompareAst>§when: Option<CompareAst>§assertion: Option<AssertionAst>Trait Implementations§
Source§impl Clone for RowRuleAst
impl Clone for RowRuleAst
Source§impl Debug for RowRuleAst
impl Debug for RowRuleAst
Source§impl<'de> Deserialize<'de> for RowRuleAst
impl<'de> Deserialize<'de> for RowRuleAst
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 RowRuleAst
impl PartialEq for RowRuleAst
impl StructuralPartialEq for RowRuleAst
Auto Trait Implementations§
impl Freeze for RowRuleAst
impl RefUnwindSafe for RowRuleAst
impl Send for RowRuleAst
impl Sync for RowRuleAst
impl Unpin for RowRuleAst
impl UnsafeUnpin for RowRuleAst
impl UnwindSafe for RowRuleAst
Blanket Implementations§
impl<T> Allocation for T
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