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