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