Struct cairo_lang_syntax::node::ast::GenericParamGreen
source · pub struct GenericParamGreen(pub GreenId);
Tuple Fields§
§0: GreenId
Trait Implementations§
source§impl Clone for GenericParamGreen
impl Clone for GenericParamGreen
source§fn clone(&self) -> GenericParamGreen
fn clone(&self) -> GenericParamGreen
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 GenericParamGreen
impl Debug for GenericParamGreen
source§impl From<GenericParamConstGreen> for GenericParamGreen
impl From<GenericParamConstGreen> for GenericParamGreen
source§fn from(value: GenericParamConstGreen) -> Self
fn from(value: GenericParamConstGreen) -> Self
Converts to this type from the input type.
source§impl From<GenericParamGreen> for GenericParamListElementOrSeparatorGreen
impl From<GenericParamGreen> for GenericParamListElementOrSeparatorGreen
source§fn from(value: GenericParamGreen) -> Self
fn from(value: GenericParamGreen) -> Self
Converts to this type from the input type.
source§impl From<GenericParamImplAnonymousGreen> for GenericParamGreen
impl From<GenericParamImplAnonymousGreen> for GenericParamGreen
source§fn from(value: GenericParamImplAnonymousGreen) -> Self
fn from(value: GenericParamImplAnonymousGreen) -> Self
Converts to this type from the input type.
source§impl From<GenericParamImplNamedGreen> for GenericParamGreen
impl From<GenericParamImplNamedGreen> for GenericParamGreen
source§fn from(value: GenericParamImplNamedGreen) -> Self
fn from(value: GenericParamImplNamedGreen) -> Self
Converts to this type from the input type.
source§impl From<GenericParamNegativeImplGreen> for GenericParamGreen
impl From<GenericParamNegativeImplGreen> for GenericParamGreen
source§fn from(value: GenericParamNegativeImplGreen) -> Self
fn from(value: GenericParamNegativeImplGreen) -> Self
Converts to this type from the input type.
source§impl From<GenericParamTypeGreen> for GenericParamGreen
impl From<GenericParamTypeGreen> for GenericParamGreen
source§fn from(value: GenericParamTypeGreen) -> Self
fn from(value: GenericParamTypeGreen) -> Self
Converts to this type from the input type.
source§impl Hash for GenericParamGreen
impl Hash for GenericParamGreen
source§impl PartialEq for GenericParamGreen
impl PartialEq for GenericParamGreen
source§fn eq(&self, other: &GenericParamGreen) -> bool
fn eq(&self, other: &GenericParamGreen) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GenericParamGreen
impl Eq for GenericParamGreen
impl StructuralPartialEq for GenericParamGreen
Auto Trait Implementations§
impl Freeze for GenericParamGreen
impl RefUnwindSafe for GenericParamGreen
impl Send for GenericParamGreen
impl Sync for GenericParamGreen
impl Unpin for GenericParamGreen
impl UnwindSafe for GenericParamGreen
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 Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more