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