pub struct ECVRFPrivateKey(/* private fields */);Trait Implementations§
Source§impl Debug for ECVRFPrivateKey
impl Debug for ECVRFPrivateKey
Source§impl<'de> Deserialize<'de> for ECVRFPrivateKey
impl<'de> Deserialize<'de> for ECVRFPrivateKey
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
Source§impl Drop for ECVRFPrivateKey
impl Drop for ECVRFPrivateKey
Source§impl From<ECVRFPrivateKey> for ECVRFKeyPair
impl From<ECVRFPrivateKey> for ECVRFKeyPair
Source§fn from(sk: ECVRFPrivateKey) -> Self
fn from(sk: ECVRFPrivateKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ECVRFPrivateKey
impl PartialEq for ECVRFPrivateKey
Source§impl Serialize for ECVRFPrivateKey
impl Serialize for ECVRFPrivateKey
Source§impl VRFPrivateKey for ECVRFPrivateKey
impl VRFPrivateKey for ECVRFPrivateKey
type PublicKey = ECVRFPublicKey
impl Eq for ECVRFPrivateKey
impl StructuralPartialEq for ECVRFPrivateKey
Auto Trait Implementations§
impl Freeze for ECVRFPrivateKey
impl RefUnwindSafe for ECVRFPrivateKey
impl Send for ECVRFPrivateKey
impl Sync for ECVRFPrivateKey
impl Unpin for ECVRFPrivateKey
impl UnwindSafe for ECVRFPrivateKey
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