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§fn clone(&self) -> RowRuleAst
fn clone(&self) -> RowRuleAst
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 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