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 for PreimageKey
impl PartialEq for PreimageKey
impl StructuralPartialEq for PreimageKey
Auto Trait Implementations§
impl Freeze for PreimageKey
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