Struct ink_analyzer_ir::ast::TypeParam
source · pub struct TypeParam { /* private fields */ }Implementations§
source§impl TypeParam
impl TypeParam
pub fn eq_token(&self) -> Option<SyntaxToken<RustLanguage>>
pub fn default_type(&self) -> Option<Type>
source§impl TypeParam
impl TypeParam
pub fn remove_default(&self)
Trait Implementations§
source§impl From<TypeParam> for GenericParam
impl From<TypeParam> for GenericParam
source§fn from(node: TypeParam) -> GenericParam
fn from(node: TypeParam) -> GenericParam
Converts to this type from the input type.
source§impl HasTypeBounds for TypeParam
impl HasTypeBounds for TypeParam
fn type_bound_list(&self) -> Option<TypeBoundList>
fn colon_token(&self) -> Option<SyntaxToken<RustLanguage>>
source§impl PartialEq for TypeParam
impl PartialEq for TypeParam
impl Eq for TypeParam
impl StructuralEq for TypeParam
impl StructuralPartialEq for TypeParam
Auto Trait Implementations§
impl !RefUnwindSafe for TypeParam
impl !Send for TypeParam
impl !Sync for TypeParam
impl Unpin for TypeParam
impl !UnwindSafe for TypeParam
Blanket Implementations§
source§impl<N> AstNodeEdit for N
impl<N> AstNodeEdit for N
fn indent_level(&self) -> IndentLevel
fn indent(&self, level: IndentLevel) -> Self
fn dedent(&self, level: IndentLevel) -> Self
fn reset_indent(&self) -> Self
source§impl<T> AttrsOwnerEdit for Twhere
T: HasAttrs,
impl<T> AttrsOwnerEdit for Twhere
T: HasAttrs,
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
§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.