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