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