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