pub struct ResetSessionAuth { /* private fields */ }Implementations§
Source§impl ResetSessionAuth
impl ResetSessionAuth
pub fn reset_token(&self) -> Option<SyntaxToken>
pub fn session_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ResetSessionAuth
impl AstNode for ResetSessionAuth
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 ResetSessionAuth
impl Clone for ResetSessionAuth
Source§fn clone(&self) -> ResetSessionAuth
fn clone(&self) -> ResetSessionAuth
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 ResetSessionAuth
impl Debug for ResetSessionAuth
Source§impl From<ResetSessionAuth> for Stmt
impl From<ResetSessionAuth> for Stmt
Source§fn from(node: ResetSessionAuth) -> Stmt
fn from(node: ResetSessionAuth) -> Stmt
Converts to this type from the input type.
Source§impl Hash for ResetSessionAuth
impl Hash for ResetSessionAuth
Source§impl PartialEq for ResetSessionAuth
impl PartialEq for ResetSessionAuth
impl Eq for ResetSessionAuth
impl StructuralPartialEq for ResetSessionAuth
Auto Trait Implementations§
impl Freeze for ResetSessionAuth
impl !RefUnwindSafe for ResetSessionAuth
impl !Send for ResetSessionAuth
impl !Sync for ResetSessionAuth
impl Unpin for ResetSessionAuth
impl !UnwindSafe for ResetSessionAuth
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