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