Struct ink_analyzer_ir::ast::ParamList
source · pub struct ParamList { /* private fields */ }Implementations§
source§impl ParamList
impl ParamList
pub fn l_paren_token(&self) -> Option<SyntaxToken<RustLanguage>>
pub fn self_param(&self) -> Option<SelfParam>
pub fn comma_token(&self) -> Option<SyntaxToken<RustLanguage>>
pub fn params(&self) -> AstChildren<Param> ⓘ
pub fn r_paren_token(&self) -> Option<SyntaxToken<RustLanguage>>
pub fn pipe_token(&self) -> Option<SyntaxToken<RustLanguage>>
Trait Implementations§
source§impl PartialEq for ParamList
impl PartialEq for ParamList
impl Eq for ParamList
impl StructuralEq for ParamList
impl StructuralPartialEq for ParamList
Auto Trait Implementations§
impl !RefUnwindSafe for ParamList
impl !Send for ParamList
impl !Sync for ParamList
impl Unpin for ParamList
impl !UnwindSafe for ParamList
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.