Struct ra_ap_syntax::ast::AnyHasModuleItem  
source · pub struct AnyHasModuleItem { /* private fields */ }Implementations§
source§impl AnyHasModuleItem
 
impl AnyHasModuleItem
pub fn new<T: HasModuleItem>(node: T) -> AnyHasModuleItem
Trait Implementations§
source§impl AstNode for AnyHasModuleItem
 
impl AstNode for AnyHasModuleItem
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 AnyHasModuleItem
 
impl Clone for AnyHasModuleItem
source§fn clone(&self) -> AnyHasModuleItem
 
fn clone(&self) -> AnyHasModuleItem
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 AnyHasModuleItem
 
impl Debug for AnyHasModuleItem
source§impl HasModuleItem for AnyHasModuleItem
 
impl HasModuleItem for AnyHasModuleItem
source§impl Hash for AnyHasModuleItem
 
impl Hash for AnyHasModuleItem
source§impl PartialEq<AnyHasModuleItem> for AnyHasModuleItem
 
impl PartialEq<AnyHasModuleItem> for AnyHasModuleItem
source§fn eq(&self, other: &AnyHasModuleItem) -> bool
 
fn eq(&self, other: &AnyHasModuleItem) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for AnyHasModuleItem
impl StructuralEq for AnyHasModuleItem
impl StructuralPartialEq for AnyHasModuleItem
Auto Trait Implementations§
impl !RefUnwindSafe for AnyHasModuleItem
impl !Send for AnyHasModuleItem
impl !Sync for AnyHasModuleItem
impl Unpin for AnyHasModuleItem
impl !UnwindSafe for AnyHasModuleItem
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> 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.