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