Struct ImageHotPatchHashes
struct ImageHotPatchHashes { ... }
Fields
sha256: [u8; 32]sha1: [u8; 20]
Implementations
impl Clone for ImageHotPatchHashes
fn clone(self: &Self) -> ImageHotPatchHashes
impl Copy for ImageHotPatchHashes
impl Debug for ImageHotPatchHashes
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for ImageHotPatchHashes
impl Pod for ImageHotPatchHashes
impl RefUnwindSafe for ImageHotPatchHashes
impl Send for ImageHotPatchHashes
impl Sync for ImageHotPatchHashes
impl Unpin for ImageHotPatchHashes
impl UnsafeUnpin for ImageHotPatchHashes
impl UnwindSafe for ImageHotPatchHashes
impl<T> Any for ImageHotPatchHashes
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ImageHotPatchHashes
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ImageHotPatchHashes
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for ImageHotPatchHashes
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for ImageHotPatchHashes
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for ImageHotPatchHashes
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for ImageHotPatchHashes
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for ImageHotPatchHashes
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ImageHotPatchHashes
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>