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