pub struct BlindedPublicKey {}Trait Implementations§
Source§impl Debug for BlindedPublicKey
impl Debug for BlindedPublicKey
Source§impl Value for BlindedPublicKey
impl Value for BlindedPublicKey
Source§type SelfType<'a> = BlindedPublicKey<X25519>
where
Self: 'a
type SelfType<'a> = BlindedPublicKey<X25519> where Self: 'a
SelfType<'a> must be the same type as Self with all lifetimes replaced with ’atype AsBytes<'a> = [u8; 64] where Self: 'a
Source§fn fixed_width() -> Option<usize>
fn fixed_width() -> Option<usize>
Width of a fixed type, or None for variable width
Source§fn from_bytes<'a>(data: &'a [u8]) -> Self::SelfType<'a>where
Self: 'a,
fn from_bytes<'a>(data: &'a [u8]) -> Self::SelfType<'a>where
Self: 'a,
Deserializes data
Implementations may return a view over data, or an owned type
Auto Trait Implementations§
impl Freeze for BlindedPublicKey
impl RefUnwindSafe for BlindedPublicKey
impl Send for BlindedPublicKey
impl Sync for BlindedPublicKey
impl Unpin for BlindedPublicKey
impl UnwindSafe for BlindedPublicKey
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