[−][src]Enum guppy::DependencyKind
A descriptor for the kind of dependency.
Cargo dependencies may be one of three kinds.
Variants
Normal dependencies.
These are specified in the [dependencies] section.
Dependencies used for development only.
These are specified in the [dev-dependencies] section, and are used for tests,
benchmarks and similar.
Dependencies used for build scripts.
These are specified in the [build-dependencies] section.
Implementations
impl DependencyKind[src]
pub fn to_str(self) -> &'static str[src]
Returns a string representing the kind of dependency this is.
Trait Implementations
impl Clone for DependencyKind[src]
pub fn clone(&self) -> DependencyKind[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for DependencyKind[src]
impl Debug for DependencyKind[src]
impl Display for DependencyKind[src]
impl Eq for DependencyKind[src]
impl Hash for DependencyKind[src]
pub fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<DependencyKind> for DependencyKind[src]
pub fn eq(&self, other: &DependencyKind) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for DependencyKind[src]
impl StructuralPartialEq for DependencyKind[src]
Auto Trait Implementations
impl RefUnwindSafe for DependencyKind
impl Send for DependencyKind
impl Sync for DependencyKind
impl Unpin for DependencyKind
impl UnwindSafe for DependencyKind
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<'a, T> DefaultFeatures<'a> for T where
T: 'a + Clone + Send + Sync, [src]
T: 'a + Clone + Send + Sync,
pub fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a> + 'a, Global>[src]
pub fn self_address_mut(&mut self) -> *mut ()[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<'a, T> NonSyncFeatures<'a> for T where
T: 'a + Clone, [src]
T: 'a + Clone,
pub fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a> + 'a, Global>[src]
pub fn self_address_mut(&mut self) -> *mut ()[src]
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> SafeBorrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_replacement(ptr: &T) -> &T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,