pub struct Keypair<G: Group> { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Source§impl<'de, G: Group> Deserialize<'de> for Keypair<G>
impl<'de, G: Group> Deserialize<'de> for Keypair<G>
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<G> Freeze for Keypair<G>
impl<G> RefUnwindSafe for Keypair<G>
impl<G> Send for Keypair<G>
impl<G> Sync for Keypair<G>
impl<G> Unpin for Keypair<G>
impl<G> UnwindSafe for Keypair<G>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)