Struct dryoc::classic::crypto_sign::SignerState
source · pub struct SignerState { /* private fields */ }
Expand description
State for incremental signing interface.
Auto Trait Implementations
impl RefUnwindSafe for SignerState
impl Send for SignerState
impl Sync for SignerState
impl Unpin for SignerState
impl UnwindSafe for SignerState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more