pub struct IntervalLiteral { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for IntervalLiteral
impl AstNode for IntervalLiteral
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for IntervalLiteral
impl Clone for IntervalLiteral
Source§fn clone(&self) -> IntervalLiteral
fn clone(&self) -> IntervalLiteral
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IntervalLiteral
impl Debug for IntervalLiteral
impl Eq for IntervalLiteral
Source§impl Hash for IntervalLiteral
impl Hash for IntervalLiteral
Source§impl PartialEq for IntervalLiteral
impl PartialEq for IntervalLiteral
impl StructuralPartialEq for IntervalLiteral
Auto Trait Implementations§
impl !RefUnwindSafe for IntervalLiteral
impl !Send for IntervalLiteral
impl !Sync for IntervalLiteral
impl !UnwindSafe for IntervalLiteral
impl Freeze for IntervalLiteral
impl Unpin for IntervalLiteral
impl UnsafeUnpin for IntervalLiteral
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