pub struct TsTypeQuery { /* private fields */ }Expand description
Implementations§
Source§impl TsTypeQuery
impl TsTypeQuery
pub fn typeof_token(&self) -> Option<SyntaxToken>
pub fn expr(&self) -> Option<TsTypeQueryExpr>
Trait Implementations§
Source§impl AstNode for TsTypeQuery
impl AstNode for TsTypeQuery
Source§impl Clone for TsTypeQuery
impl Clone for TsTypeQuery
Source§fn clone(&self) -> TsTypeQuery
fn clone(&self) -> TsTypeQuery
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 TsTypeQuery
impl Debug for TsTypeQuery
Source§impl Display for TsTypeQuery
impl Display for TsTypeQuery
Source§impl Hash for TsTypeQuery
impl Hash for TsTypeQuery
Source§impl PartialEq for TsTypeQuery
impl PartialEq for TsTypeQuery
impl Eq for TsTypeQuery
impl StructuralPartialEq for TsTypeQuery
Auto Trait Implementations§
impl Freeze for TsTypeQuery
impl RefUnwindSafe for TsTypeQuery
impl Send for TsTypeQuery
impl Sync for TsTypeQuery
impl Unpin for TsTypeQuery
impl UnwindSafe for TsTypeQuery
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