Enum swc_ecma_ast::PropName
source · pub enum PropName {
Ident(Ident),
Str(Str),
Num(Number),
Computed(ComputedPropName),
BigInt(BigInt),
}
Variants§
Ident(Ident)
Str(Str)
String literal.
Num(Number)
Numeric literal.
Computed(ComputedPropName)
BigInt(BigInt)
Implementations§
source§impl PropName
impl PropName
sourcepub fn as_ident(&self) -> Option<&Ident>
pub fn as_ident(&self) -> Option<&Ident>
Returns Some
if self
is a reference of variant Ident
, and None
otherwise.
sourcepub fn as_mut_ident(&mut self) -> Option<&mut Ident>
pub fn as_mut_ident(&mut self) -> Option<&mut Ident>
Returns Some
if self
is a mutable reference of variant Ident
, and None
otherwise.
sourcepub fn expect_ident(self) -> Identwhere
Self: Debug,
pub fn expect_ident(self) -> Identwhere Self: Debug,
sourcepub fn ident(self) -> Option<Ident>
pub fn ident(self) -> Option<Ident>
Returns Some
if self
is of variant Ident
, and None
otherwise.
sourcepub fn as_str(&self) -> Option<&Str>
pub fn as_str(&self) -> Option<&Str>
Returns Some
if self
is a reference of variant Str
, and None
otherwise.
sourcepub fn as_mut_str(&mut self) -> Option<&mut Str>
pub fn as_mut_str(&mut self) -> Option<&mut Str>
Returns Some
if self
is a mutable reference of variant Str
, and None
otherwise.
sourcepub fn expect_str(self) -> Strwhere
Self: Debug,
pub fn expect_str(self) -> Strwhere Self: Debug,
sourcepub fn as_num(&self) -> Option<&Number>
pub fn as_num(&self) -> Option<&Number>
Returns Some
if self
is a reference of variant Num
, and None
otherwise.
sourcepub fn as_mut_num(&mut self) -> Option<&mut Number>
pub fn as_mut_num(&mut self) -> Option<&mut Number>
Returns Some
if self
is a mutable reference of variant Num
, and None
otherwise.
sourcepub fn expect_num(self) -> Numberwhere
Self: Debug,
pub fn expect_num(self) -> Numberwhere Self: Debug,
sourcepub const fn is_computed(&self) -> bool
pub const fn is_computed(&self) -> bool
Returns true
if self
is of variant Computed
.
sourcepub fn as_computed(&self) -> Option<&ComputedPropName>
pub fn as_computed(&self) -> Option<&ComputedPropName>
Returns Some
if self
is a reference of variant Computed
, and None
otherwise.
sourcepub fn as_mut_computed(&mut self) -> Option<&mut ComputedPropName>
pub fn as_mut_computed(&mut self) -> Option<&mut ComputedPropName>
Returns Some
if self
is a mutable reference of variant Computed
, and None
otherwise.
sourcepub fn expect_computed(self) -> ComputedPropNamewhere
Self: Debug,
pub fn expect_computed(self) -> ComputedPropNamewhere Self: Debug,
sourcepub fn computed(self) -> Option<ComputedPropName>
pub fn computed(self) -> Option<ComputedPropName>
Returns Some
if self
is of variant Computed
, and None
otherwise.
sourcepub const fn is_big_int(&self) -> bool
pub const fn is_big_int(&self) -> bool
Returns true
if self
is of variant BigInt
.
sourcepub fn as_big_int(&self) -> Option<&BigInt>
pub fn as_big_int(&self) -> Option<&BigInt>
Returns Some
if self
is a reference of variant BigInt
, and None
otherwise.
sourcepub fn as_mut_big_int(&mut self) -> Option<&mut BigInt>
pub fn as_mut_big_int(&mut self) -> Option<&mut BigInt>
Returns Some
if self
is a mutable reference of variant BigInt
, and None
otherwise.
sourcepub fn expect_big_int(self) -> BigIntwhere
Self: Debug,
pub fn expect_big_int(self) -> BigIntwhere Self: Debug,
Trait Implementations§
source§impl Archive for PropName
impl Archive for PropName
source§impl<'de> Deserialize<'de> for PropName
impl<'de> Deserialize<'de> for PropName
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>,
source§impl<__D> Deserialize<PropName, __D> for Archived<PropName>where
__D: SharedDeserializeRegistry + Fallible + ?Sized,
impl<__D> Deserialize<PropName, __D> for Archived<PropName>where __D: SharedDeserializeRegistry + Fallible + ?Sized,
source§impl EqIgnoreSpan for PropName
impl EqIgnoreSpan for PropName
fn eq_ignore_span(&self, other: &Self) -> bool
source§impl From<(Atom<JsWordStaticSet>, SyntaxContext)> for PropName
impl From<(Atom<JsWordStaticSet>, SyntaxContext)> for PropName
source§impl From<ComputedPropName> for PropName
impl From<ComputedPropName> for PropName
source§fn from(v: ComputedPropName) -> Self
fn from(v: ComputedPropName) -> Self
source§impl From<PropName> for MemberProp
impl From<PropName> for MemberProp
source§impl PartialEq<PropName> for PropName
impl PartialEq<PropName> for PropName
source§impl<__S> Serialize<__S> for PropNamewhere
__S: Serializer + ScratchSpace + SharedSerializeRegistry + Fallible + ?Sized,
impl<__S> Serialize<__S> for PropNamewhere __S: Serializer + ScratchSpace + SharedSerializeRegistry + Fallible + ?Sized,
impl Eq for PropName
impl StructuralEq for PropName
impl StructuralPartialEq for PropName
Auto Trait Implementations§
impl RefUnwindSafe for PropName
impl Send for PropName
impl Sync for PropName
impl Unpin for PropName
impl UnwindSafe for PropName
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
source§impl<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
Archive
, it may be unsized. Read more§type MetadataResolver = ()
type MetadataResolver = ()
source§unsafe 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 )
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
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.