pub struct Sm9SignKey {
pub ppubs: TwistPoint,
pub ds: Point,
}Fields§
§ppubs: TwistPoint§ds: PointImplementations§
Trait Implementations§
Source§impl Clone for Sm9SignKey
impl Clone for Sm9SignKey
Source§fn clone(&self) -> Sm9SignKey
fn clone(&self) -> Sm9SignKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Sm9SignKey
impl Debug for Sm9SignKey
impl Copy for Sm9SignKey
Auto Trait Implementations§
impl Freeze for Sm9SignKey
impl RefUnwindSafe for Sm9SignKey
impl Send for Sm9SignKey
impl Sync for Sm9SignKey
impl Unpin for Sm9SignKey
impl UnwindSafe for Sm9SignKey
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