Struct swc_ecma_ast::BindingIdent
source · [−]Expand description
Identifier used as a pattern.
Fields
id: Ident
type_ann: Option<Box<TsTypeAnn>>
Implementations
sourceimpl BindingIdent
impl BindingIdent
sourcepub fn to_id(&self) -> Id
pub fn to_id(&self) -> Id
See Ident::to_id
for documentation.
Methods from Deref<Target = Ident>
Trait Implementations
sourceimpl Archive for BindingIdent
impl Archive for BindingIdent
sourceimpl Clone for BindingIdent
impl Clone for BindingIdent
sourcefn clone(&self) -> BindingIdent
fn clone(&self) -> BindingIdent
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 BindingIdent
impl Debug for BindingIdent
sourceimpl Deref for BindingIdent
impl Deref for BindingIdent
sourceimpl<'de> Deserialize<'de> for BindingIdent
impl<'de> Deserialize<'de> for BindingIdent
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<__D: Fallible + ?Sized> Deserialize<BindingIdent, __D> for Archived<BindingIdent>where
__D: SharedDeserializeRegistry,
impl<__D: Fallible + ?Sized> Deserialize<BindingIdent, __D> for Archived<BindingIdent>where
__D: SharedDeserializeRegistry,
sourcefn deserialize(&self, deserializer: &mut __D) -> Result<BindingIdent, __D::Error>
fn deserialize(&self, deserializer: &mut __D) -> Result<BindingIdent, __D::Error>
Deserializes using the given deserializer
sourceimpl EqIgnoreSpan for BindingIdent
impl EqIgnoreSpan for BindingIdent
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<(Atom<JsWordStaticSet>, SyntaxContext)> for BindingIdent
impl From<(Atom<JsWordStaticSet>, SyntaxContext)> for BindingIdent
sourcefn from(src: Id) -> BindingIdent
fn from(src: Id) -> BindingIdent
Converts to this type from the input type.
sourceimpl From<BindingIdent> for Box<Pat>
impl From<BindingIdent> for Box<Pat>
sourcefn from(src: BindingIdent) -> Box<Pat>
fn from(src: BindingIdent) -> Box<Pat>
Converts to this type from the input type.
sourceimpl From<BindingIdent> for Param
impl From<BindingIdent> for Param
sourcefn from(src: BindingIdent) -> Param
fn from(src: BindingIdent) -> Param
Converts to this type from the input type.
sourceimpl From<BindingIdent> for Pat
impl From<BindingIdent> for Pat
sourcefn from(v: BindingIdent) -> Self
fn from(v: BindingIdent) -> Self
Converts to this type from the input type.
sourceimpl From<BindingIdent> for PatOrExpr
impl From<BindingIdent> for PatOrExpr
sourcefn from(src: BindingIdent) -> PatOrExpr
fn from(src: BindingIdent) -> PatOrExpr
Converts to this type from the input type.
sourceimpl From<BindingIdent> for TsFnParam
impl From<BindingIdent> for TsFnParam
sourcefn from(v: BindingIdent) -> Self
fn from(v: BindingIdent) -> Self
Converts to this type from the input type.
sourceimpl From<BindingIdent> for TsParamPropParam
impl From<BindingIdent> for TsParamPropParam
sourcefn from(v: BindingIdent) -> Self
fn from(v: BindingIdent) -> Self
Converts to this type from the input type.
sourceimpl From<Ident> for BindingIdent
impl From<Ident> for BindingIdent
sourceimpl Hash for BindingIdent
impl Hash for BindingIdent
sourceimpl PartialEq<BindingIdent> for BindingIdent
impl PartialEq<BindingIdent> for BindingIdent
sourcefn eq(&self, other: &BindingIdent) -> bool
fn eq(&self, other: &BindingIdent) -> bool
sourceimpl<__S: Fallible + ?Sized> Serialize<__S> for BindingIdentwhere
__S: Serializer + ScratchSpace + SharedSerializeRegistry,
impl<__S: Fallible + ?Sized> Serialize<__S> for BindingIdentwhere
__S: Serializer + ScratchSpace + SharedSerializeRegistry,
sourceimpl Serialize for BindingIdent
impl Serialize for BindingIdent
sourceimpl Spanned for BindingIdent
impl Spanned for BindingIdent
impl Eq for BindingIdent
impl StructuralEq for BindingIdent
impl StructuralPartialEq for BindingIdent
Auto Trait Implementations
impl RefUnwindSafe for BindingIdent
impl Send for BindingIdent
impl Sync for BindingIdent
impl Unpin for BindingIdent
impl UnwindSafe for BindingIdent
Blanket Implementations
sourceimpl<T> ArchivePointee for T
impl<T> ArchivePointee for T
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
sourcefn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
sourceimpl<T> ArchiveUnsized for Twhere
T: Archive,
impl<T> ArchiveUnsized for Twhere
T: Archive,
type Archived = <T as Archive>::Archived
type Archived = <T as Archive>::Archived
The archived counterpart of this type. Unlike
Archive
, it may be unsized. Read moretype MetadataResolver = ()
type MetadataResolver = ()
The resolver for the metadata of this type. Read more
sourceunsafe fn resolve_metadata(
&self,
usize,
<T as ArchiveUnsized>::MetadataResolver,
*mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata
)
unsafe fn resolve_metadata(
&self,
usize,
<T as ArchiveUnsized>::MetadataResolver,
*mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata
)
Creates the archived version of the metadata for this value at the given position and writes
it to the given output. Read more
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