pub struct TsUndefined { /* private fields */ }Expand description
A type signifying a JavaScript undefined value (undefined)
Implementations§
Source§impl TsUndefined
impl TsUndefined
pub fn ident_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for TsUndefined
impl AstNode for TsUndefined
Source§impl Clone for TsUndefined
impl Clone for TsUndefined
Source§fn clone(&self) -> TsUndefined
fn clone(&self) -> TsUndefined
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 TsUndefined
impl Debug for TsUndefined
Source§impl Display for TsUndefined
impl Display for TsUndefined
Source§impl From<TsUndefined> for TsType
impl From<TsUndefined> for TsType
Source§fn from(node: TsUndefined) -> TsType
fn from(node: TsUndefined) -> TsType
Converts to this type from the input type.
Source§impl Hash for TsUndefined
impl Hash for TsUndefined
Source§impl PartialEq for TsUndefined
impl PartialEq for TsUndefined
impl Eq for TsUndefined
impl StructuralPartialEq for TsUndefined
Auto Trait Implementations§
impl Freeze for TsUndefined
impl RefUnwindSafe for TsUndefined
impl Send for TsUndefined
impl Sync for TsUndefined
impl Unpin for TsUndefined
impl UnwindSafe for TsUndefined
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