#[repr(u8)]pub enum Sha2Stop {
RUNNING = 0,
STOP = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Sha2Stop
impl Ord for Sha2Stop
Source§impl PartialOrd for Sha2Stop
impl PartialOrd for Sha2Stop
impl Copy for Sha2Stop
impl Eq for Sha2Stop
impl StructuralPartialEq for Sha2Stop
Auto Trait Implementations§
impl Freeze for Sha2Stop
impl RefUnwindSafe for Sha2Stop
impl Send for Sha2Stop
impl Sync for Sha2Stop
impl Unpin for Sha2Stop
impl UnwindSafe for Sha2Stop
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