pub struct BindDirectiveInstance {
pub nodes: (Keyword, BindTargetInstance, BindInstantiation),
}Fields
nodes: (Keyword, BindTargetInstance, BindInstantiation)Trait Implementations
sourceimpl Clone for BindDirectiveInstance
impl Clone for BindDirectiveInstance
sourcefn clone(&self) -> BindDirectiveInstance
fn clone(&self) -> BindDirectiveInstance
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 BindDirectiveInstance
impl Debug for BindDirectiveInstance
sourceimpl<'a> From<&'a BindDirectiveInstance> for RefNodes<'a>
impl<'a> From<&'a BindDirectiveInstance> for RefNodes<'a>
sourcefn from(x: &'a BindDirectiveInstance) -> Self
fn from(x: &'a BindDirectiveInstance) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a BindDirectiveInstance> for RefNode<'a>
impl<'a> From<&'a BindDirectiveInstance> for RefNode<'a>
sourcefn from(x: &'a BindDirectiveInstance) -> Self
fn from(x: &'a BindDirectiveInstance) -> Self
Converts to this type from the input type.
sourceimpl From<BindDirectiveInstance> for AnyNode
impl From<BindDirectiveInstance> for AnyNode
sourcefn from(x: BindDirectiveInstance) -> Self
fn from(x: BindDirectiveInstance) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a BindDirectiveInstance
impl<'a> IntoIterator for &'a BindDirectiveInstance
sourceimpl PartialEq<BindDirectiveInstance> for BindDirectiveInstance
impl PartialEq<BindDirectiveInstance> for BindDirectiveInstance
sourcefn eq(&self, other: &BindDirectiveInstance) -> bool
fn eq(&self, other: &BindDirectiveInstance) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &BindDirectiveInstance) -> bool
fn ne(&self, other: &BindDirectiveInstance) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a BindDirectiveInstance> for Locate
impl<'a> TryFrom<&'a BindDirectiveInstance> for Locate
sourceimpl TryFrom<AnyNode> for BindDirectiveInstance
impl TryFrom<AnyNode> for BindDirectiveInstance
sourceimpl TryFrom<BindDirectiveInstance> for Locate
impl TryFrom<BindDirectiveInstance> for Locate
impl StructuralPartialEq for BindDirectiveInstance
Auto Trait Implementations
impl RefUnwindSafe for BindDirectiveInstance
impl Send for BindDirectiveInstance
impl Sync for BindDirectiveInstance
impl Unpin for BindDirectiveInstance
impl UnwindSafe for BindDirectiveInstance
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