pub struct SecretKey768(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for SecretKey768
impl AsRef<[u8]> for SecretKey768
Source§impl Clone for SecretKey768
impl Clone for SecretKey768
Source§fn clone(&self) -> SecretKey768
fn clone(&self) -> SecretKey768
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 SecretKey768
impl Debug for SecretKey768
Source§impl<'de> Deserialize<'de> for SecretKey768
impl<'de> Deserialize<'de> for SecretKey768
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 Drop for SecretKey768
impl Drop for SecretKey768
Source§impl PartialEq for SecretKey768
impl PartialEq for SecretKey768
Source§impl Serialize for SecretKey768
impl Serialize for SecretKey768
Source§impl TryFrom<&[u8]> for SecretKey768
impl TryFrom<&[u8]> for SecretKey768
Source§type Error = LengthError
type Error = LengthError
The type returned in the event of a conversion error.
Source§impl Zeroize for SecretKey768
impl Zeroize for SecretKey768
impl Eq for SecretKey768
Auto Trait Implementations§
impl Freeze for SecretKey768
impl RefUnwindSafe for SecretKey768
impl Send for SecretKey768
impl Sync for SecretKey768
impl Unpin for SecretKey768
impl UnsafeUnpin for SecretKey768
impl UnwindSafe for SecretKey768
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