Enum swc_ecma_visit::fields::ScriptField
source · pub enum ScriptField {
Span,
Body(usize),
Shebang,
}
Expand description
This enum represents fields of ScriptField
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ScriptField
impl Clone for ScriptField
source§fn clone(&self) -> ScriptField
fn clone(&self) -> ScriptField
Returns a copy of the value. Read more
1.0.0 · 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 ScriptField
impl Debug for ScriptField
source§impl<'de> Deserialize<'de> for ScriptField
impl<'de> Deserialize<'de> for ScriptField
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
source§impl Hash for ScriptField
impl Hash for ScriptField
source§impl Ord for ScriptField
impl Ord for ScriptField
source§fn cmp(&self, other: &ScriptField) -> Ordering
fn cmp(&self, other: &ScriptField) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ScriptField
impl PartialEq for ScriptField
source§fn eq(&self, other: &ScriptField) -> bool
fn eq(&self, other: &ScriptField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ScriptField
impl PartialOrd for ScriptField
source§fn partial_cmp(&self, other: &ScriptField) -> Option<Ordering>
fn partial_cmp(&self, other: &ScriptField) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for ScriptField
impl Serialize for ScriptField
impl Copy for ScriptField
impl Eq for ScriptField
impl StructuralEq for ScriptField
impl StructuralPartialEq for ScriptField
Auto Trait Implementations§
impl RefUnwindSafe for ScriptField
impl Send for ScriptField
impl Sync for ScriptField
impl Unpin for ScriptField
impl UnwindSafe for ScriptField
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