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