Struct ed25519_compact::SigningState
source · [−]pub struct SigningState { /* private fields */ }Expand description
The state of a streaming signature operation.
Implementations
Trait Implementations
sourceimpl Clone for SigningState
impl Clone for SigningState
sourcefn clone(&self) -> SigningState
fn clone(&self) -> SigningState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for SigningState
impl Send for SigningState
impl Sync for SigningState
impl Unpin for SigningState
impl UnwindSafe for SigningState
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