Enum swc_ecma_visit::fields::ProgramField
source · pub enum ProgramField {
Module,
Script,
}
Expand description
This enum represents fields of ProgramField
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ProgramField
impl Clone for ProgramField
source§fn clone(&self) -> ProgramField
fn clone(&self) -> ProgramField
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 ProgramField
impl Debug for ProgramField
source§impl<'de> Deserialize<'de> for ProgramField
impl<'de> Deserialize<'de> for ProgramField
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 ProgramField
impl Hash for ProgramField
source§impl Ord for ProgramField
impl Ord for ProgramField
source§fn cmp(&self, other: &ProgramField) -> Ordering
fn cmp(&self, other: &ProgramField) -> 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 ProgramField
impl PartialEq for ProgramField
source§fn eq(&self, other: &ProgramField) -> bool
fn eq(&self, other: &ProgramField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ProgramField
impl PartialOrd for ProgramField
source§fn partial_cmp(&self, other: &ProgramField) -> Option<Ordering>
fn partial_cmp(&self, other: &ProgramField) -> 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 ProgramField
impl Serialize for ProgramField
impl Copy for ProgramField
impl Eq for ProgramField
impl StructuralEq for ProgramField
impl StructuralPartialEq for ProgramField
Auto Trait Implementations§
impl RefUnwindSafe for ProgramField
impl Send for ProgramField
impl Sync for ProgramField
impl Unpin for ProgramField
impl UnwindSafe for ProgramField
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