Struct ink_analyzer_ir::ast::TypeArg
source · pub struct TypeArg { /* private fields */ }Implementations§
Trait Implementations§
source§impl From<TypeArg> for GenericArg
impl From<TypeArg> for GenericArg
source§fn from(node: TypeArg) -> GenericArg
fn from(node: TypeArg) -> GenericArg
Converts to this type from the input type.
source§impl PartialEq for TypeArg
impl PartialEq for TypeArg
impl Eq for TypeArg
impl StructuralEq for TypeArg
impl StructuralPartialEq for TypeArg
Auto Trait Implementations§
impl !RefUnwindSafe for TypeArg
impl !Send for TypeArg
impl !Sync for TypeArg
impl Unpin for TypeArg
impl !UnwindSafe for TypeArg
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> 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.