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