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