Struct ra_ap_syntax::ast::ExternBlock  
source · pub struct ExternBlock { /* private fields */ }Implementations§
source§impl ExternBlock
 
impl ExternBlock
pub fn unsafe_token(&self) -> Option<SyntaxToken>
pub fn abi(&self) -> Option<Abi>
pub fn extern_item_list(&self) -> Option<ExternItemList>
Trait Implementations§
source§impl AstNode for ExternBlock
 
impl AstNode for ExternBlock
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 ExternBlock
 
impl Clone for ExternBlock
source§fn clone(&self) -> ExternBlock
 
fn clone(&self) -> ExternBlock
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 ExternBlock
 
impl Debug for ExternBlock
source§impl Display for ExternBlock
 
impl Display for ExternBlock
source§impl From<ExternBlock> for Item
 
impl From<ExternBlock> for Item
source§fn from(node: ExternBlock) -> Item
 
fn from(node: ExternBlock) -> Item
Converts to this type from the input type.
source§impl HasAttrs for ExternBlock
 
impl HasAttrs for ExternBlock
source§impl HasDocComments for ExternBlock
 
impl HasDocComments for ExternBlock
fn doc_comments(&self) -> DocCommentIter ⓘ
fn doc_comments_and_attrs(&self) -> AttrDocCommentIter ⓘ
source§impl Hash for ExternBlock
 
impl Hash for ExternBlock
source§impl PartialEq<ExternBlock> for ExternBlock
 
impl PartialEq<ExternBlock> for ExternBlock
source§fn eq(&self, other: &ExternBlock) -> bool
 
fn eq(&self, other: &ExternBlock) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for ExternBlock
impl StructuralEq for ExternBlock
impl StructuralPartialEq for ExternBlock
Auto Trait Implementations§
impl !RefUnwindSafe for ExternBlock
impl !Send for ExternBlock
impl !Sync for ExternBlock
impl Unpin for ExternBlock
impl !UnwindSafe for ExternBlock
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,
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.