pub enum NodeResolution {
Module(Url),
BuiltIn(String),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeResolution
impl RefUnwindSafe for NodeResolution
impl Send for NodeResolution
impl Sync for NodeResolution
impl Unpin for NodeResolution
impl UnwindSafe for NodeResolution
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