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