struct CanonicalFingerprintInstallerIdentity {
package_id: String,
url: String,
hash: String,
hash_algorithm: String,
installer_type: String,
installer_switches: Option<String>,
scope: Option<String>,
arch: String,
kind: String,
nested_kind: Option<String>,
}Fields§
§package_id: String§url: String§hash: String§hash_algorithm: String§installer_type: String§installer_switches: Option<String>§scope: Option<String>§arch: String§kind: String§nested_kind: Option<String>Trait Implementations§
Source§impl Clone for CanonicalFingerprintInstallerIdentity
impl Clone for CanonicalFingerprintInstallerIdentity
Source§fn clone(&self) -> CanonicalFingerprintInstallerIdentity
fn clone(&self) -> CanonicalFingerprintInstallerIdentity
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 From<&CanonicalInstallerKey> for CanonicalFingerprintInstallerIdentity
impl From<&CanonicalInstallerKey> for CanonicalFingerprintInstallerIdentity
Source§fn from(value: &CanonicalInstallerKey) -> Self
fn from(value: &CanonicalInstallerKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CanonicalFingerprintInstallerIdentity
impl PartialEq for CanonicalFingerprintInstallerIdentity
Source§fn eq(&self, other: &CanonicalFingerprintInstallerIdentity) -> bool
fn eq(&self, other: &CanonicalFingerprintInstallerIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CanonicalFingerprintInstallerIdentity
impl StructuralPartialEq for CanonicalFingerprintInstallerIdentity
Auto Trait Implementations§
impl Freeze for CanonicalFingerprintInstallerIdentity
impl RefUnwindSafe for CanonicalFingerprintInstallerIdentity
impl Send for CanonicalFingerprintInstallerIdentity
impl Sync for CanonicalFingerprintInstallerIdentity
impl Unpin for CanonicalFingerprintInstallerIdentity
impl UnwindSafe for CanonicalFingerprintInstallerIdentity
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