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