Struct o1vm::cannon::PreimageKey
source · pub struct PreimageKey(pub [u8; 32]);
Tuple Fields§
§0: [u8; 32]
Trait Implementations§
source§impl Debug for PreimageKey
impl Debug for PreimageKey
source§impl FromStr for PreimageKey
impl FromStr for PreimageKey
source§impl PartialEq<PreimageKey> for PreimageKey
impl PartialEq<PreimageKey> for PreimageKey
source§fn eq(&self, other: &PreimageKey) -> bool
fn eq(&self, other: &PreimageKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PreimageKey
Auto Trait Implementations§
impl RefUnwindSafe for PreimageKey
impl Send for PreimageKey
impl Sync for PreimageKey
impl Unpin for PreimageKey
impl UnwindSafe for PreimageKey
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