pub struct PublicKey1024(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for PublicKey1024
impl AsRef<[u8]> for PublicKey1024
Source§impl Clone for PublicKey1024
impl Clone for PublicKey1024
Source§fn clone(&self) -> PublicKey1024
fn clone(&self) -> PublicKey1024
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 PublicKey1024
impl Debug for PublicKey1024
Source§impl<'de> Deserialize<'de> for PublicKey1024
impl<'de> Deserialize<'de> for PublicKey1024
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PublicKey1024
impl PartialEq for PublicKey1024
Source§impl Serialize for PublicKey1024
impl Serialize for PublicKey1024
Source§impl TryFrom<&[u8]> for PublicKey1024
impl TryFrom<&[u8]> for PublicKey1024
Source§type Error = LengthError
type Error = LengthError
The type returned in the event of a conversion error.
impl Eq for PublicKey1024
Auto Trait Implementations§
impl Freeze for PublicKey1024
impl RefUnwindSafe for PublicKey1024
impl Send for PublicKey1024
impl Sync for PublicKey1024
impl Unpin for PublicKey1024
impl UnsafeUnpin for PublicKey1024
impl UnwindSafe for PublicKey1024
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