pub enum PayloadDigestKind {
File,
Link,
}Expand description
What a payload entry is, as the digest sees it. Directories are not represented: neither the entry collector nor the archive writer produces one, so an empty directory is already lost between build and install.
Variants§
Trait Implementations§
Source§impl Clone for PayloadDigestKind
impl Clone for PayloadDigestKind
Source§fn clone(&self) -> PayloadDigestKind
fn clone(&self) -> PayloadDigestKind
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 moreimpl Copy for PayloadDigestKind
Source§impl Debug for PayloadDigestKind
impl Debug for PayloadDigestKind
impl Eq for PayloadDigestKind
Source§impl PartialEq for PayloadDigestKind
impl PartialEq for PayloadDigestKind
impl StructuralPartialEq for PayloadDigestKind
Auto Trait Implementations§
impl Freeze for PayloadDigestKind
impl RefUnwindSafe for PayloadDigestKind
impl Send for PayloadDigestKind
impl Sync for PayloadDigestKind
impl Unpin for PayloadDigestKind
impl UnsafeUnpin for PayloadDigestKind
impl UnwindSafe for PayloadDigestKind
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.