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