pub struct FetchClause { /* private fields */ }
Implementations§
Source§impl FetchClause
impl FetchClause
pub fn fetch_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for FetchClause
impl AstNode for FetchClause
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 FetchClause
impl Clone for FetchClause
Source§fn clone(&self) -> FetchClause
fn clone(&self) -> FetchClause
Returns a duplicate 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 FetchClause
impl Debug for FetchClause
Source§impl Hash for FetchClause
impl Hash for FetchClause
Source§impl PartialEq for FetchClause
impl PartialEq for FetchClause
impl Eq for FetchClause
impl StructuralPartialEq for FetchClause
Auto Trait Implementations§
impl Freeze for FetchClause
impl !RefUnwindSafe for FetchClause
impl !Send for FetchClause
impl !Sync for FetchClause
impl Unpin for FetchClause
impl !UnwindSafe for FetchClause
Blanket Implementations§
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