Enum apple_xar::table_of_contents::ChecksumType
source · [−]pub enum ChecksumType {
None,
Sha1,
Sha256,
Sha512,
Md5,
}
Variants
None
Sha1
Sha256
Sha512
Md5
Implementations
sourceimpl ChecksumType
impl ChecksumType
Trait Implementations
sourceimpl Clone for ChecksumType
impl Clone for ChecksumType
sourcefn clone(&self) -> ChecksumType
fn clone(&self) -> ChecksumType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ChecksumType
impl Debug for ChecksumType
sourceimpl<'de> Deserialize<'de> for ChecksumType
impl<'de> Deserialize<'de> for ChecksumType
sourcefn 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
sourceimpl Display for ChecksumType
impl Display for ChecksumType
sourceimpl From<ChecksumType> for XarChecksum
impl From<ChecksumType> for XarChecksum
sourcefn from(v: ChecksumType) -> Self
fn from(v: ChecksumType) -> Self
Converts to this type from the input type.
sourceimpl TryFrom<XarChecksum> for ChecksumType
impl TryFrom<XarChecksum> for ChecksumType
impl Copy for ChecksumType
Auto Trait Implementations
impl RefUnwindSafe for ChecksumType
impl Send for ChecksumType
impl Sync for ChecksumType
impl Unpin for ChecksumType
impl UnwindSafe for ChecksumType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more