pub struct C4KeyPair { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for C4KeyPair
impl RefUnwindSafe for C4KeyPair
impl Send for C4KeyPair
impl Sync for C4KeyPair
impl Unpin for C4KeyPair
impl UnwindSafe for C4KeyPair
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