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