Struct rusty_source_map::source_map::SourceMapJson [−][src]
pub struct SourceMapJson {
pub version: i32,
pub sources: Vec<String>,
pub names: Vec<String>,
pub mappings: String,
pub file: Option<String>,
pub source_root: Option<String>,
pub sources_content: Option<Vec<String>>,
pub sections: Option<Section>,
}
Fields
version: i32
sources: Vec<String>
names: Vec<String>
mappings: String
file: Option<String>
source_root: Option<String>
sources_content: Option<Vec<String>>
sections: Option<Section>
Trait Implementations
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 SourceMapJson
impl Send for SourceMapJson
impl Sync for SourceMapJson
impl Unpin for SourceMapJson
impl UnwindSafe for SourceMapJson
Blanket Implementations
Mutably borrows from an owned value. Read more