pub struct SecretKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Distribution<SecretKey> for Standard
impl Distribution<SecretKey> for Standard
Source§impl From<&SecretKey> for ExpandedSecretKey
impl From<&SecretKey> for ExpandedSecretKey
impl Copy for SecretKey
Auto Trait Implementations§
impl Freeze for SecretKey
impl RefUnwindSafe for SecretKey
impl Send for SecretKey
impl Sync for SecretKey
impl Unpin for SecretKey
impl UnwindSafe for SecretKey
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