Tuple Fields
0: HashMap<&'ms str, Mapping<'ms>>Implementations
sourceimpl<'ms> Mappings<'ms>
impl<'ms> Mappings<'ms>
pub fn add_mapping(
self,
css_module_path: &'ms str,
names: impl IntoIterator<Item = (&'ms str, &'ms str)>
) -> Self
Trait Implementations
Auto Trait Implementations
impl<'ms> RefUnwindSafe for Mappings<'ms>
impl<'ms> Send for Mappings<'ms>
impl<'ms> Sync for Mappings<'ms>
impl<'ms> Unpin for Mappings<'ms>
impl<'ms> UnwindSafe for Mappings<'ms>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more