pub enum HostSelector {
Main,
NpmComp,
}
Variants§
Auto Trait Implementations§
impl Freeze for HostSelector
impl RefUnwindSafe for HostSelector
impl Send for HostSelector
impl Sync for HostSelector
impl Unpin for HostSelector
impl UnwindSafe for HostSelector
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