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