pub struct AssertPropertyStatement {
    pub nodes: (Keyword, Keyword, Paren<PropertySpec>, ActionBlock),
}Fields§
§nodes: (Keyword, Keyword, Paren<PropertySpec>, ActionBlock)Trait Implementations§
Source§impl Clone for AssertPropertyStatement
 
impl Clone for AssertPropertyStatement
Source§fn clone(&self) -> AssertPropertyStatement
 
fn clone(&self) -> AssertPropertyStatement
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 Debug for AssertPropertyStatement
 
impl Debug for AssertPropertyStatement
Source§impl<'a> From<&'a AssertPropertyStatement> for RefNode<'a>
 
impl<'a> From<&'a AssertPropertyStatement> for RefNode<'a>
Source§fn from(x: &'a AssertPropertyStatement) -> RefNode<'a>
 
fn from(x: &'a AssertPropertyStatement) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a AssertPropertyStatement> for RefNodes<'a>
 
impl<'a> From<&'a AssertPropertyStatement> for RefNodes<'a>
Source§fn from(x: &'a AssertPropertyStatement) -> RefNodes<'a>
 
fn from(x: &'a AssertPropertyStatement) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<AssertPropertyStatement> for AnyNode
 
impl From<AssertPropertyStatement> for AnyNode
Source§fn from(x: AssertPropertyStatement) -> AnyNode
 
fn from(x: AssertPropertyStatement) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a AssertPropertyStatement
 
impl<'a> IntoIterator for &'a AssertPropertyStatement
Source§impl PartialEq for AssertPropertyStatement
 
impl PartialEq for AssertPropertyStatement
Source§impl<'a> TryFrom<&'a AssertPropertyStatement> for Locate
 
impl<'a> TryFrom<&'a AssertPropertyStatement> for Locate
Source§impl TryFrom<AnyNode> for AssertPropertyStatement
 
impl TryFrom<AnyNode> for AssertPropertyStatement
Source§impl TryFrom<AssertPropertyStatement> for Locate
 
impl TryFrom<AssertPropertyStatement> for Locate
impl StructuralPartialEq for AssertPropertyStatement
Auto Trait Implementations§
impl Freeze for AssertPropertyStatement
impl RefUnwindSafe for AssertPropertyStatement
impl Send for AssertPropertyStatement
impl Sync for AssertPropertyStatement
impl Unpin for AssertPropertyStatement
impl UnwindSafe for AssertPropertyStatement
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