pub struct MissingDeps { /* private fields */ }Implementations§
Source§impl MissingDeps
impl MissingDeps
pub fn new(name: &str) -> MissingDeps
pub fn combine(left: &MissingDeps, right: &MissingDeps) -> MissingDeps
pub fn needed(&self) -> &[String]
Trait Implementations§
Source§impl Clone for MissingDeps
impl Clone for MissingDeps
Source§fn clone(&self) -> MissingDeps
fn clone(&self) -> MissingDeps
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 MissingDeps
impl Debug for MissingDeps
Source§impl Default for MissingDeps
impl Default for MissingDeps
Source§fn default() -> MissingDeps
fn default() -> MissingDeps
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MissingDeps
impl<'de> Deserialize<'de> for MissingDeps
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for MissingDeps
impl Display for MissingDeps
Source§impl Ord for MissingDeps
impl Ord for MissingDeps
Source§fn cmp(&self, other: &MissingDeps) -> Ordering
fn cmp(&self, other: &MissingDeps) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MissingDeps
impl PartialEq for MissingDeps
Source§impl PartialOrd for MissingDeps
impl PartialOrd for MissingDeps
Source§impl Serialize for MissingDeps
impl Serialize for MissingDeps
Source§impl<'a> TokenFmt<'a> for MissingDeps
impl<'a> TokenFmt<'a> for MissingDeps
impl Eq for MissingDeps
impl StructuralPartialEq for MissingDeps
Auto Trait Implementations§
impl Freeze for MissingDeps
impl RefUnwindSafe for MissingDeps
impl Send for MissingDeps
impl Sync for MissingDeps
impl Unpin for MissingDeps
impl UnsafeUnpin for MissingDeps
impl UnwindSafe for MissingDeps
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.