Struct cairo_lang_syntax::node::ast::OptionTypeClausePtr
source · pub struct OptionTypeClausePtr(pub SyntaxStablePtrId);
Tuple Fields§
§0: SyntaxStablePtrId
Implementations§
source§impl OptionTypeClausePtr
impl OptionTypeClausePtr
pub fn untyped(&self) -> SyntaxStablePtrId
pub fn lookup(&self, db: &dyn SyntaxGroup) -> OptionTypeClause
Trait Implementations§
source§impl Clone for OptionTypeClausePtr
impl Clone for OptionTypeClausePtr
source§fn clone(&self) -> OptionTypeClausePtr
fn clone(&self) -> OptionTypeClausePtr
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 OptionTypeClausePtr
impl Debug for OptionTypeClausePtr
source§impl From<OptionTypeClauseEmptyPtr> for OptionTypeClausePtr
impl From<OptionTypeClauseEmptyPtr> for OptionTypeClausePtr
source§fn from(value: OptionTypeClauseEmptyPtr) -> Self
fn from(value: OptionTypeClauseEmptyPtr) -> Self
Converts to this type from the input type.
source§impl From<TypeClausePtr> for OptionTypeClausePtr
impl From<TypeClausePtr> for OptionTypeClausePtr
source§fn from(value: TypeClausePtr) -> Self
fn from(value: TypeClausePtr) -> Self
Converts to this type from the input type.
source§impl Hash for OptionTypeClausePtr
impl Hash for OptionTypeClausePtr
source§impl PartialEq for OptionTypeClausePtr
impl PartialEq for OptionTypeClausePtr
source§fn eq(&self, other: &OptionTypeClausePtr) -> bool
fn eq(&self, other: &OptionTypeClausePtr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OptionTypeClausePtr
impl Eq for OptionTypeClausePtr
impl StructuralEq for OptionTypeClausePtr
impl StructuralPartialEq for OptionTypeClausePtr
Auto Trait Implementations§
impl RefUnwindSafe for OptionTypeClausePtr
impl Send for OptionTypeClausePtr
impl Sync for OptionTypeClausePtr
impl Unpin for OptionTypeClausePtr
impl UnwindSafe for OptionTypeClausePtr
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§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 Q
impl<Q, K> Equivalent<K> for Q
§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 Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.