Struct ra_ap_syntax::ast::ConstParam  
source · pub struct ConstParam { /* private fields */ }Implementations§
source§impl ConstParam
 
impl ConstParam
pub fn const_token(&self) -> Option<SyntaxToken>
pub fn colon_token(&self) -> Option<SyntaxToken>
pub fn ty(&self) -> Option<Type>
pub fn eq_token(&self) -> Option<SyntaxToken>
pub fn default_val(&self) -> Option<Expr>
source§impl ConstParam
 
impl ConstParam
pub fn remove_default(&self)
Trait Implementations§
source§impl AstNode for ConstParam
 
impl AstNode for ConstParam
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere Self: Sized,
fn clone_subtree(&self) -> Selfwhere Self: Sized,
source§impl Clone for ConstParam
 
impl Clone for ConstParam
source§fn clone(&self) -> ConstParam
 
fn clone(&self) -> ConstParam
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for ConstParam
 
impl Debug for ConstParam
source§impl Display for ConstParam
 
impl Display for ConstParam
source§impl From<ConstParam> for GenericParam
 
impl From<ConstParam> for GenericParam
source§fn from(node: ConstParam) -> GenericParam
 
fn from(node: ConstParam) -> GenericParam
Converts to this type from the input type.
source§impl HasAttrs for ConstParam
 
impl HasAttrs for ConstParam
source§impl Hash for ConstParam
 
impl Hash for ConstParam
source§impl PartialEq<ConstParam> for ConstParam
 
impl PartialEq<ConstParam> for ConstParam
source§fn eq(&self, other: &ConstParam) -> bool
 
fn eq(&self, other: &ConstParam) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for ConstParam
impl StructuralEq for ConstParam
impl StructuralPartialEq for ConstParam
Auto Trait Implementations§
impl !RefUnwindSafe for ConstParam
impl !Send for ConstParam
impl !Sync for ConstParam
impl Unpin for ConstParam
impl !UnwindSafe for ConstParam
Blanket Implementations§
source§impl<N> AstNodeEdit for Nwhere
    N: AstNode + Clone,
 
impl<N> AstNodeEdit for Nwhere N: AstNode + Clone,
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,
fn remove_attrs_and_docs(&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 Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§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 Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.