pub enum SignMode {
External(Vec<u8>),
Internal(SignEcdsaParam),
}
Expand description
The mode of calling the ECDSA signature function
Variants§
Auto Trait Implementations§
impl Freeze for SignMode
impl RefUnwindSafe for SignMode
impl Send for SignMode
impl Sync for SignMode
impl Unpin for SignMode
impl UnwindSafe for SignMode
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