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