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