pub struct PackageManagerCommands {
pub install: &'static str,
pub add: &'static str,
pub update: &'static str,
pub remove: &'static str,
pub save_flag: &'static str,
pub save_dev_flag: &'static str,
pub silent_flag: &'static str,
}Fields§
§install: &'static str§add: &'static str§update: &'static str§remove: &'static str§save_flag: &'static str§save_dev_flag: &'static str§silent_flag: &'static strTrait Implementations§
Source§impl Clone for PackageManagerCommands
impl Clone for PackageManagerCommands
Source§fn clone(&self) -> PackageManagerCommands
fn clone(&self) -> PackageManagerCommands
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 moreSource§impl Debug for PackageManagerCommands
impl Debug for PackageManagerCommands
Source§impl PartialEq for PackageManagerCommands
impl PartialEq for PackageManagerCommands
Source§fn eq(&self, other: &PackageManagerCommands) -> bool
fn eq(&self, other: &PackageManagerCommands) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PackageManagerCommands
impl Eq for PackageManagerCommands
impl StructuralPartialEq for PackageManagerCommands
Auto Trait Implementations§
impl Freeze for PackageManagerCommands
impl RefUnwindSafe for PackageManagerCommands
impl Send for PackageManagerCommands
impl Sync for PackageManagerCommands
impl Unpin for PackageManagerCommands
impl UnsafeUnpin for PackageManagerCommands
impl UnwindSafe for PackageManagerCommands
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.