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