[−][src]Struct openssl::hash::DigestBytes
The resulting bytes of a digest.
This type derefs to a byte slice - it exists to avoid allocating memory to store the digest data.
Trait Implementations
impl AsRef<[u8]> for DigestBytes
[src][+]
impl Clone for DigestBytes
[src][+]
impl Copy for DigestBytes
[src]
impl Debug for DigestBytes
[src][+]
impl Deref for DigestBytes
[src][+]
impl DerefMut for DigestBytes
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for DigestBytes
impl Send for DigestBytes
impl Sync for DigestBytes
impl Unpin for DigestBytes
impl UnwindSafe for DigestBytes
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,