pub struct TimeunitsDeclarationTimeunitTimeprecision {
    pub nodes: (Keyword, TimeLiteral, Symbol, Keyword, TimeLiteral, Symbol),
}Fields§
§nodes: (Keyword, TimeLiteral, Symbol, Keyword, TimeLiteral, Symbol)Trait Implementations§
Source§impl Clone for TimeunitsDeclarationTimeunitTimeprecision
 
impl Clone for TimeunitsDeclarationTimeunitTimeprecision
Source§fn clone(&self) -> TimeunitsDeclarationTimeunitTimeprecision
 
fn clone(&self) -> TimeunitsDeclarationTimeunitTimeprecision
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<'a> From<&'a TimeunitsDeclarationTimeunitTimeprecision> for RefNode<'a>
 
impl<'a> From<&'a TimeunitsDeclarationTimeunitTimeprecision> for RefNode<'a>
Source§fn from(x: &'a TimeunitsDeclarationTimeunitTimeprecision) -> RefNode<'a>
 
fn from(x: &'a TimeunitsDeclarationTimeunitTimeprecision) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a TimeunitsDeclarationTimeunitTimeprecision> for RefNodes<'a>
 
impl<'a> From<&'a TimeunitsDeclarationTimeunitTimeprecision> for RefNodes<'a>
Source§fn from(x: &'a TimeunitsDeclarationTimeunitTimeprecision) -> RefNodes<'a>
 
fn from(x: &'a TimeunitsDeclarationTimeunitTimeprecision) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<TimeunitsDeclarationTimeunitTimeprecision> for AnyNode
 
impl From<TimeunitsDeclarationTimeunitTimeprecision> for AnyNode
Source§fn from(x: TimeunitsDeclarationTimeunitTimeprecision) -> AnyNode
 
fn from(x: TimeunitsDeclarationTimeunitTimeprecision) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a TimeunitsDeclarationTimeunitTimeprecision
 
impl<'a> IntoIterator for &'a TimeunitsDeclarationTimeunitTimeprecision
Source§fn into_iter(
    self,
) -> <&'a TimeunitsDeclarationTimeunitTimeprecision as IntoIterator>::IntoIter
 
fn into_iter( self, ) -> <&'a TimeunitsDeclarationTimeunitTimeprecision as IntoIterator>::IntoIter
Creates an iterator from a value. Read more
Source§impl<'a> Node<'a> for TimeunitsDeclarationTimeunitTimeprecision
 
impl<'a> Node<'a> for TimeunitsDeclarationTimeunitTimeprecision
Source§impl PartialEq for TimeunitsDeclarationTimeunitTimeprecision
 
impl PartialEq for TimeunitsDeclarationTimeunitTimeprecision
Source§fn eq(&self, other: &TimeunitsDeclarationTimeunitTimeprecision) -> bool
 
fn eq(&self, other: &TimeunitsDeclarationTimeunitTimeprecision) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a TimeunitsDeclarationTimeunitTimeprecision> for Locate
 
impl<'a> TryFrom<&'a TimeunitsDeclarationTimeunitTimeprecision> for Locate
impl StructuralPartialEq for TimeunitsDeclarationTimeunitTimeprecision
Auto Trait Implementations§
impl Freeze for TimeunitsDeclarationTimeunitTimeprecision
impl RefUnwindSafe for TimeunitsDeclarationTimeunitTimeprecision
impl Send for TimeunitsDeclarationTimeunitTimeprecision
impl Sync for TimeunitsDeclarationTimeunitTimeprecision
impl Unpin for TimeunitsDeclarationTimeunitTimeprecision
impl UnwindSafe for TimeunitsDeclarationTimeunitTimeprecision
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