Enum pax_compiler::RunTarget
source · pub enum RunTarget {
MacOS,
Web,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RunTarget
impl Send for RunTarget
impl Sync for RunTarget
impl Unpin for RunTarget
impl UnwindSafe for RunTarget
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