pub enum BinarySource {
LocalNodeModules,
YarnSdk,
GlobalPath,
}Variants§
Trait Implementations§
Source§impl Clone for BinarySource
impl Clone for BinarySource
Source§fn clone(&self) -> BinarySource
fn clone(&self) -> BinarySource
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BinarySource
impl Debug for BinarySource
impl Copy for BinarySource
Auto Trait Implementations§
impl Freeze for BinarySource
impl RefUnwindSafe for BinarySource
impl Send for BinarySource
impl Sync for BinarySource
impl Unpin for BinarySource
impl UnwindSafe for BinarySource
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