pub enum PostInstallAction {
RunNpmInstall,
RunCargoCheck,
OpenInEditor(String),
}Variants§
Trait Implementations§
Source§impl Clone for PostInstallAction
impl Clone for PostInstallAction
Source§fn clone(&self) -> PostInstallAction
fn clone(&self) -> PostInstallAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PostInstallAction
impl RefUnwindSafe for PostInstallAction
impl Send for PostInstallAction
impl Sync for PostInstallAction
impl Unpin for PostInstallAction
impl UnsafeUnpin for PostInstallAction
impl UnwindSafe for PostInstallAction
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