pub struct SignOpts {
pub privkey: [u8; 32],
pub pubkey: [u8; 32],
}Fields§
§privkey: [u8; 32]§pubkey: [u8; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignOpts
impl RefUnwindSafe for SignOpts
impl Send for SignOpts
impl Sync for SignOpts
impl Unpin for SignOpts
impl UnsafeUnpin for SignOpts
impl UnwindSafe for SignOpts
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