Struct css_module_lexer::LexDependencies
source · pub struct LexDependencies<'s, D, W> { /* private fields */ }
Implementations§
source§impl<'s, D: HandleDependency<'s>, W: HandleWarning<'s>> LexDependencies<'s, D, W>
impl<'s, D: HandleDependency<'s>, W: HandleWarning<'s>> LexDependencies<'s, D, W>
Trait Implementations§
Auto Trait Implementations§
impl<'s, D, W> Freeze for LexDependencies<'s, D, W>
impl<'s, D, W> RefUnwindSafe for LexDependencies<'s, D, W>where
D: RefUnwindSafe,
W: RefUnwindSafe,
impl<'s, D, W> Send for LexDependencies<'s, D, W>
impl<'s, D, W> Sync for LexDependencies<'s, D, W>
impl<'s, D, W> Unpin for LexDependencies<'s, D, W>
impl<'s, D, W> UnwindSafe for LexDependencies<'s, D, W>where
D: UnwindSafe,
W: UnwindSafe,
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