Enum commit_verify::strategies::IntoU8  
source · pub enum IntoU8 {}Expand description
Commits to the value by converting it into u8 type. Useful for enum
types.
Can apply only to types implementing Into<u8>.
Auto Trait Implementations§
impl RefUnwindSafe for IntoU8
impl Send for IntoU8
impl Sync for IntoU8
impl Unpin for IntoU8
impl UnwindSafe for IntoU8
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