Struct swc_ecma_ast::TsParenthesizedType
source · [−]Fields
span: Span
type_ann: Box<TsType>
Trait Implementations
sourceimpl Clone for TsParenthesizedType
impl Clone for TsParenthesizedType
sourcefn clone(&self) -> TsParenthesizedType
fn clone(&self) -> TsParenthesizedType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TsParenthesizedType
impl Debug for TsParenthesizedType
sourceimpl<'de> Deserialize<'de> for TsParenthesizedType
impl<'de> Deserialize<'de> for TsParenthesizedType
sourcefn 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
sourceimpl EqIgnoreSpan for TsParenthesizedType
impl EqIgnoreSpan for TsParenthesizedType
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<TsParenthesizedType> for TsType
impl From<TsParenthesizedType> for TsType
sourcefn from(v: TsParenthesizedType) -> Self
fn from(v: TsParenthesizedType) -> Self
Converts to this type from the input type.
sourceimpl Hash for TsParenthesizedType
impl Hash for TsParenthesizedType
sourceimpl PartialEq<TsParenthesizedType> for TsParenthesizedType
impl PartialEq<TsParenthesizedType> for TsParenthesizedType
sourcefn eq(&self, other: &TsParenthesizedType) -> bool
fn eq(&self, other: &TsParenthesizedType) -> bool
sourceimpl Serialize for TsParenthesizedType
impl Serialize for TsParenthesizedType
sourceimpl Spanned for TsParenthesizedType
impl Spanned for TsParenthesizedType
impl Eq for TsParenthesizedType
impl StructuralEq for TsParenthesizedType
impl StructuralPartialEq for TsParenthesizedType
Auto Trait Implementations
impl RefUnwindSafe for TsParenthesizedType
impl Send for TsParenthesizedType
impl Sync for TsParenthesizedType
impl Unpin for TsParenthesizedType
impl UnwindSafe for TsParenthesizedType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more