pub struct X25519SecretKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Drop for X25519SecretKey
impl Drop for X25519SecretKey
Auto Trait Implementations§
impl Freeze for X25519SecretKey
impl RefUnwindSafe for X25519SecretKey
impl Send for X25519SecretKey
impl Sync for X25519SecretKey
impl Unpin for X25519SecretKey
impl UnsafeUnpin for X25519SecretKey
impl UnwindSafe for X25519SecretKey
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