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