pub struct TSInstantiationExpression {
pub base: BaseNode,
pub expression: Box<Expression>,
pub type_parameters: Box<Value>,
}Fields§
§base: BaseNode§expression: Box<Expression>§type_parameters: Box<Value>Trait Implementations§
Source§impl Clone for TSInstantiationExpression
impl Clone for TSInstantiationExpression
Source§fn clone(&self) -> TSInstantiationExpression
fn clone(&self) -> TSInstantiationExpression
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TSInstantiationExpression
impl Debug for TSInstantiationExpression
Source§impl<'de> Deserialize<'de> for TSInstantiationExpression
impl<'de> Deserialize<'de> for TSInstantiationExpression
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TSInstantiationExpression
impl RefUnwindSafe for TSInstantiationExpression
impl Send for TSInstantiationExpression
impl Sync for TSInstantiationExpression
impl Unpin for TSInstantiationExpression
impl UnsafeUnpin for TSInstantiationExpression
impl UnwindSafe for TSInstantiationExpression
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