Enum nodejs_resolver::AliasMap
source · [−]pub enum AliasMap {
Target(String),
Ignored,
}
Variants
Target(String)
Ignored
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AliasMap
impl Send for AliasMap
impl Sync for AliasMap
impl Unpin for AliasMap
impl UnwindSafe for AliasMap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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