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