pub struct ArchiverIdentity {
pub kind: ArchiverKind,
pub version: Option<CompilerVersion>,
pub raw_version_line: String,
}Expand description
Detected identity of a static-library archiver.
Fields§
§kind: ArchiverKind§version: Option<CompilerVersion>§raw_version_line: StringImplementations§
Trait Implementations§
Source§impl Clone for ArchiverIdentity
impl Clone for ArchiverIdentity
Source§fn clone(&self) -> ArchiverIdentity
fn clone(&self) -> ArchiverIdentity
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 ArchiverIdentity
impl Debug for ArchiverIdentity
Source§impl<'de> Deserialize<'de> for ArchiverIdentity
impl<'de> Deserialize<'de> for ArchiverIdentity
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 PartialEq for ArchiverIdentity
impl PartialEq for ArchiverIdentity
Source§fn eq(&self, other: &ArchiverIdentity) -> bool
fn eq(&self, other: &ArchiverIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ArchiverIdentity
impl Serialize for ArchiverIdentity
impl Eq for ArchiverIdentity
impl StructuralPartialEq for ArchiverIdentity
Auto Trait Implementations§
impl Freeze for ArchiverIdentity
impl RefUnwindSafe for ArchiverIdentity
impl Send for ArchiverIdentity
impl Sync for ArchiverIdentity
impl Unpin for ArchiverIdentity
impl UnsafeUnpin for ArchiverIdentity
impl UnwindSafe for ArchiverIdentity
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.