pub struct GlobalSignaturePatch;Expand description
Frontier signature patch without EIP155.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlobalSignaturePatch
impl RefUnwindSafe for GlobalSignaturePatch
impl Send for GlobalSignaturePatch
impl Sync for GlobalSignaturePatch
impl Unpin for GlobalSignaturePatch
impl UnwindSafe for GlobalSignaturePatch
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