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