Struct ink_analyzer_ir::ast::RetType
source · pub struct RetType { /* private fields */ }Implementations§
Trait Implementations§
source§impl PartialEq for RetType
impl PartialEq for RetType
impl Eq for RetType
impl StructuralEq for RetType
impl StructuralPartialEq for RetType
Auto Trait Implementations§
impl !RefUnwindSafe for RetType
impl !Send for RetType
impl !Sync for RetType
impl Unpin for RetType
impl !UnwindSafe for RetType
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.