pub struct ExpectedLinkedPackage {
pub package: String,
pub version: String,
pub archive_checksum: Option<String>,
pub default_features: bool,
pub features: Vec<String>,
}Fields§
§package: String§version: String§archive_checksum: Option<String>§default_features: bool§features: Vec<String>Trait Implementations§
Source§impl Clone for ExpectedLinkedPackage
impl Clone for ExpectedLinkedPackage
Source§fn clone(&self) -> ExpectedLinkedPackage
fn clone(&self) -> ExpectedLinkedPackage
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 ExpectedLinkedPackage
impl Debug for ExpectedLinkedPackage
impl Eq for ExpectedLinkedPackage
Source§impl PartialEq for ExpectedLinkedPackage
impl PartialEq for ExpectedLinkedPackage
impl StructuralPartialEq for ExpectedLinkedPackage
Auto Trait Implementations§
impl Freeze for ExpectedLinkedPackage
impl RefUnwindSafe for ExpectedLinkedPackage
impl Send for ExpectedLinkedPackage
impl Sync for ExpectedLinkedPackage
impl Unpin for ExpectedLinkedPackage
impl UnsafeUnpin for ExpectedLinkedPackage
impl UnwindSafe for ExpectedLinkedPackage
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.