Struct cairo_lang_syntax::node::ast::TraitItemMissingGreen
source · pub struct TraitItemMissingGreen(pub GreenId);Tuple Fields§
§0: GreenIdTrait Implementations§
source§impl Clone for TraitItemMissingGreen
impl Clone for TraitItemMissingGreen
source§fn clone(&self) -> TraitItemMissingGreen
fn clone(&self) -> TraitItemMissingGreen
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 TraitItemMissingGreen
impl Debug for TraitItemMissingGreen
source§impl From<TraitItemMissingGreen> for TraitItemGreen
impl From<TraitItemMissingGreen> for TraitItemGreen
source§fn from(value: TraitItemMissingGreen) -> Self
fn from(value: TraitItemMissingGreen) -> Self
Converts to this type from the input type.
source§impl Hash for TraitItemMissingGreen
impl Hash for TraitItemMissingGreen
source§impl PartialEq<TraitItemMissingGreen> for TraitItemMissingGreen
impl PartialEq<TraitItemMissingGreen> for TraitItemMissingGreen
source§fn eq(&self, other: &TraitItemMissingGreen) -> bool
fn eq(&self, other: &TraitItemMissingGreen) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TraitItemMissingGreen
impl Eq for TraitItemMissingGreen
impl StructuralEq for TraitItemMissingGreen
impl StructuralPartialEq for TraitItemMissingGreen
Auto Trait Implementations§
impl RefUnwindSafe for TraitItemMissingGreen
impl Send for TraitItemMissingGreen
impl Sync for TraitItemMissingGreen
impl Unpin for TraitItemMissingGreen
impl UnwindSafe for TraitItemMissingGreen
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.