Struct cairo_lang_syntax::node::ast::UsePathGreen   
source · pub struct UsePathGreen(pub GreenId);Tuple Fields§
§0: GreenIdTrait Implementations§
source§impl Clone for UsePathGreen
 
impl Clone for UsePathGreen
source§fn clone(&self) -> UsePathGreen
 
fn clone(&self) -> UsePathGreen
Returns a copy 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 UsePathGreen
 
impl Debug for UsePathGreen
source§impl From<UsePathGreen> for UsePathListElementOrSeparatorGreen
 
impl From<UsePathGreen> for UsePathListElementOrSeparatorGreen
source§fn from(value: UsePathGreen) -> Self
 
fn from(value: UsePathGreen) -> Self
Converts to this type from the input type.
source§impl From<UsePathLeafGreen> for UsePathGreen
 
impl From<UsePathLeafGreen> for UsePathGreen
source§fn from(value: UsePathLeafGreen) -> Self
 
fn from(value: UsePathLeafGreen) -> Self
Converts to this type from the input type.
source§impl From<UsePathMultiGreen> for UsePathGreen
 
impl From<UsePathMultiGreen> for UsePathGreen
source§fn from(value: UsePathMultiGreen) -> Self
 
fn from(value: UsePathMultiGreen) -> Self
Converts to this type from the input type.
source§impl From<UsePathSingleGreen> for UsePathGreen
 
impl From<UsePathSingleGreen> for UsePathGreen
source§fn from(value: UsePathSingleGreen) -> Self
 
fn from(value: UsePathSingleGreen) -> Self
Converts to this type from the input type.
source§impl Hash for UsePathGreen
 
impl Hash for UsePathGreen
source§impl PartialEq<UsePathGreen> for UsePathGreen
 
impl PartialEq<UsePathGreen> for UsePathGreen
source§fn eq(&self, other: &UsePathGreen) -> bool
 
fn eq(&self, other: &UsePathGreen) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for UsePathGreen
impl Eq for UsePathGreen
impl StructuralEq for UsePathGreen
impl StructuralPartialEq for UsePathGreen
Auto Trait Implementations§
impl RefUnwindSafe for UsePathGreen
impl Send for UsePathGreen
impl Sync for UsePathGreen
impl Unpin for UsePathGreen
impl UnwindSafe for UsePathGreen
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
source§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.