pub struct TsConstructSignatureDecl { /* private fields */ }Expand description
Implementations§
Source§impl TsConstructSignatureDecl
impl TsConstructSignatureDecl
pub fn new_token(&self) -> Option<SyntaxToken>
pub fn type_params(&self) -> Option<TsTypeParams>
pub fn parameters(&self) -> Option<ParameterList>
pub fn colon_token(&self) -> Option<SyntaxToken>
pub fn return_type(&self) -> Option<TsType>
Trait Implementations§
Source§impl AstNode for TsConstructSignatureDecl
impl AstNode for TsConstructSignatureDecl
Source§impl Clone for TsConstructSignatureDecl
impl Clone for TsConstructSignatureDecl
Source§fn clone(&self) -> TsConstructSignatureDecl
fn clone(&self) -> TsConstructSignatureDecl
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 TsConstructSignatureDecl
impl Debug for TsConstructSignatureDecl
Source§impl Display for TsConstructSignatureDecl
impl Display for TsConstructSignatureDecl
Source§impl From<TsConstructSignatureDecl> for TsTypeElement
impl From<TsConstructSignatureDecl> for TsTypeElement
Source§fn from(node: TsConstructSignatureDecl) -> TsTypeElement
fn from(node: TsConstructSignatureDecl) -> TsTypeElement
Converts to this type from the input type.
Source§impl Hash for TsConstructSignatureDecl
impl Hash for TsConstructSignatureDecl
Source§impl PartialEq for TsConstructSignatureDecl
impl PartialEq for TsConstructSignatureDecl
impl Eq for TsConstructSignatureDecl
impl StructuralPartialEq for TsConstructSignatureDecl
Auto Trait Implementations§
impl Freeze for TsConstructSignatureDecl
impl RefUnwindSafe for TsConstructSignatureDecl
impl Send for TsConstructSignatureDecl
impl Sync for TsConstructSignatureDecl
impl Unpin for TsConstructSignatureDecl
impl UnwindSafe for TsConstructSignatureDecl
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