pub struct ECSignature {
pub r: BigInt,
pub s: BigInt,
}Fields§
§r: BigInt§s: BigIntImplementations§
Trait Implementations§
Source§impl Display for ECSignature
impl Display for ECSignature
Source§impl PartialEq for ECSignature
impl PartialEq for ECSignature
Auto Trait Implementations§
impl Freeze for ECSignature
impl RefUnwindSafe for ECSignature
impl Send for ECSignature
impl Sync for ECSignature
impl Unpin for ECSignature
impl UnwindSafe for ECSignature
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