pub struct ModuleMapping {
pub name: String,
pub children: Vec<String>,
}
Expand description
Map modules to the MDN hierarchy
Fields§
§name: String
§children: Vec<String>
Trait Implementations§
Source§impl Debug for ModuleMapping
impl Debug for ModuleMapping
Source§impl<'de> Deserialize<'de> for ModuleMapping
impl<'de> Deserialize<'de> for ModuleMapping
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 Freeze for ModuleMapping
impl RefUnwindSafe for ModuleMapping
impl Send for ModuleMapping
impl Sync for ModuleMapping
impl Unpin for ModuleMapping
impl UnwindSafe for ModuleMapping
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