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