pub struct SigningState { /* private fields */ }Expand description
The state of a streaming signature operation.
Implementations§
Trait Implementations§
Source§impl Clone for SigningState
impl Clone for SigningState
Source§fn clone(&self) -> SigningState
fn clone(&self) -> SigningState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Drop for SigningState
impl Drop for SigningState
Auto Trait Implementations§
impl Freeze for SigningState
impl RefUnwindSafe for SigningState
impl Send for SigningState
impl Sync for SigningState
impl Unpin for SigningState
impl UnsafeUnpin for SigningState
impl UnwindSafe for SigningState
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