pub struct Sha256Marker;
Trait Implementations§
Source§impl Clone for Sha256Marker
impl Clone for Sha256Marker
Source§fn clone(&self) -> Sha256Marker
fn clone(&self) -> Sha256Marker
Returns a copy of the value. Read more
1.0.0 · 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 Sha256Marker
impl Debug for Sha256Marker
Source§impl Hash for Sha256Marker
impl Hash for Sha256Marker
Source§impl Ord for Sha256Marker
impl Ord for Sha256Marker
Source§fn cmp(&self, other: &Sha256Marker) -> Ordering
fn cmp(&self, other: &Sha256Marker) -> Ordering
1.21.0 · 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 Sha256Marker
impl PartialEq for Sha256Marker
Source§impl PartialOrd for Sha256Marker
impl PartialOrd for Sha256Marker
impl Copy for Sha256Marker
impl Eq for Sha256Marker
impl StructuralPartialEq for Sha256Marker
Auto Trait Implementations§
impl Freeze for Sha256Marker
impl RefUnwindSafe for Sha256Marker
impl Send for Sha256Marker
impl Sync for Sha256Marker
impl Unpin for Sha256Marker
impl UnwindSafe for Sha256Marker
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)