Struct swc_ecma_ast::TsInterfaceBody
source · [−]pub struct TsInterfaceBody {
pub span: Span,
pub body: Vec<TsTypeElement>,
}
Fields
span: Span
body: Vec<TsTypeElement>
Trait Implementations
sourceimpl Clone for TsInterfaceBody
impl Clone for TsInterfaceBody
sourcefn clone(&self) -> TsInterfaceBody
fn clone(&self) -> TsInterfaceBody
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 TsInterfaceBody
impl Debug for TsInterfaceBody
sourceimpl<'de> Deserialize<'de> for TsInterfaceBody
impl<'de> Deserialize<'de> for TsInterfaceBody
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 TsInterfaceBody
impl EqIgnoreSpan for TsInterfaceBody
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl Hash for TsInterfaceBody
impl Hash for TsInterfaceBody
sourceimpl PartialEq<TsInterfaceBody> for TsInterfaceBody
impl PartialEq<TsInterfaceBody> for TsInterfaceBody
sourcefn eq(&self, other: &TsInterfaceBody) -> bool
fn eq(&self, other: &TsInterfaceBody) -> bool
sourceimpl Serialize for TsInterfaceBody
impl Serialize for TsInterfaceBody
sourceimpl Spanned for TsInterfaceBody
impl Spanned for TsInterfaceBody
impl Eq for TsInterfaceBody
impl StructuralEq for TsInterfaceBody
impl StructuralPartialEq for TsInterfaceBody
Auto Trait Implementations
impl RefUnwindSafe for TsInterfaceBody
impl Send for TsInterfaceBody
impl Sync for TsInterfaceBody
impl Unpin for TsInterfaceBody
impl UnwindSafe for TsInterfaceBody
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