pub struct BindDirectiveScope {
pub nodes: (Keyword, BindTargetScope, Option<(Symbol, BindTargetInstanceList)>, BindInstantiation),
}Fields
nodes: (Keyword, BindTargetScope, Option<(Symbol, BindTargetInstanceList)>, BindInstantiation)Trait Implementations
sourceimpl Clone for BindDirectiveScope
impl Clone for BindDirectiveScope
sourcefn clone(&self) -> BindDirectiveScope
fn clone(&self) -> BindDirectiveScope
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for BindDirectiveScope
impl Debug for BindDirectiveScope
sourceimpl<'a> From<&'a BindDirectiveScope> for RefNodes<'a>
impl<'a> From<&'a BindDirectiveScope> for RefNodes<'a>
sourcefn from(x: &'a BindDirectiveScope) -> Self
fn from(x: &'a BindDirectiveScope) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a BindDirectiveScope> for RefNode<'a>
impl<'a> From<&'a BindDirectiveScope> for RefNode<'a>
sourcefn from(x: &'a BindDirectiveScope) -> Self
fn from(x: &'a BindDirectiveScope) -> Self
Converts to this type from the input type.
sourceimpl From<BindDirectiveScope> for AnyNode
impl From<BindDirectiveScope> for AnyNode
sourcefn from(x: BindDirectiveScope) -> Self
fn from(x: BindDirectiveScope) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a BindDirectiveScope
impl<'a> IntoIterator for &'a BindDirectiveScope
sourceimpl PartialEq<BindDirectiveScope> for BindDirectiveScope
impl PartialEq<BindDirectiveScope> for BindDirectiveScope
sourcefn eq(&self, other: &BindDirectiveScope) -> bool
fn eq(&self, other: &BindDirectiveScope) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &BindDirectiveScope) -> bool
fn ne(&self, other: &BindDirectiveScope) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a BindDirectiveScope> for Locate
impl<'a> TryFrom<&'a BindDirectiveScope> for Locate
sourceimpl TryFrom<AnyNode> for BindDirectiveScope
impl TryFrom<AnyNode> for BindDirectiveScope
sourceimpl TryFrom<BindDirectiveScope> for Locate
impl TryFrom<BindDirectiveScope> for Locate
impl StructuralPartialEq for BindDirectiveScope
Auto Trait Implementations
impl RefUnwindSafe for BindDirectiveScope
impl Send for BindDirectiveScope
impl Sync for BindDirectiveScope
impl Unpin for BindDirectiveScope
impl UnwindSafe for BindDirectiveScope
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more