pub struct ECRECPrecompiled;Expand description
ECREC precompiled contract.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ECRECPrecompiled
impl RefUnwindSafe for ECRECPrecompiled
impl Send for ECRECPrecompiled
impl Sync for ECRECPrecompiled
impl Unpin for ECRECPrecompiled
impl UnwindSafe for ECRECPrecompiled
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