pub struct ECVRFPublicKey(/* private fields */);Trait Implementations§
Source§impl Debug for ECVRFPublicKey
impl Debug for ECVRFPublicKey
Source§impl<'de> Deserialize<'de> for ECVRFPublicKey
impl<'de> Deserialize<'de> for ECVRFPublicKey
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 PartialEq for ECVRFPublicKey
impl PartialEq for ECVRFPublicKey
Source§impl Serialize for ECVRFPublicKey
impl Serialize for ECVRFPublicKey
Source§impl VRFPublicKey for ECVRFPublicKey
impl VRFPublicKey for ECVRFPublicKey
type PrivateKey = ECVRFPrivateKey
impl Eq for ECVRFPublicKey
impl StructuralPartialEq for ECVRFPublicKey
Auto Trait Implementations§
impl Freeze for ECVRFPublicKey
impl RefUnwindSafe for ECVRFPublicKey
impl Send for ECVRFPublicKey
impl Sync for ECVRFPublicKey
impl Unpin for ECVRFPublicKey
impl UnwindSafe for ECVRFPublicKey
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