pub enum SourceMapsConfig {
Bool(bool),
Str(String),
}Expand description
Configuration related to source map generated by swc.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for SourceMapsConfig
impl Clone for SourceMapsConfig
source§fn clone(&self) -> SourceMapsConfig
fn clone(&self) -> SourceMapsConfig
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 SourceMapsConfig
impl Debug for SourceMapsConfig
source§impl Default for SourceMapsConfig
impl Default for SourceMapsConfig
source§impl<'de> Deserialize<'de> for SourceMapsConfig
impl<'de> Deserialize<'de> for SourceMapsConfig
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
Auto Trait Implementations§
impl RefUnwindSafe for SourceMapsConfig
impl Send for SourceMapsConfig
impl Sync for SourceMapsConfig
impl Unpin for SourceMapsConfig
impl UnwindSafe for SourceMapsConfig
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