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