pub struct PackageIntegrity(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PackageIntegrity
impl Clone for PackageIntegrity
Source§fn clone(&self) -> PackageIntegrity
fn clone(&self) -> PackageIntegrity
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 PackageIntegrity
impl Debug for PackageIntegrity
Source§impl Display for PackageIntegrity
impl Display for PackageIntegrity
impl Eq for PackageIntegrity
Source§impl FromStr for PackageIntegrity
impl FromStr for PackageIntegrity
Source§impl Hash for PackageIntegrity
impl Hash for PackageIntegrity
Source§impl Ord for PackageIntegrity
impl Ord for PackageIntegrity
Source§fn cmp(&self, other: &PackageIntegrity) -> Ordering
fn cmp(&self, other: &PackageIntegrity) -> Ordering
1.21.0 (const: unstable) · 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 PackageIntegrity
impl PartialEq for PackageIntegrity
Source§impl PartialOrd for PackageIntegrity
impl PartialOrd for PackageIntegrity
impl StructuralPartialEq for PackageIntegrity
Auto Trait Implementations§
impl Freeze for PackageIntegrity
impl RefUnwindSafe for PackageIntegrity
impl Send for PackageIntegrity
impl Sync for PackageIntegrity
impl Unpin for PackageIntegrity
impl UnsafeUnpin for PackageIntegrity
impl UnwindSafe for PackageIntegrity
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