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