pub struct SignerInput {
pub did: String,
pub sign_fn: SignFn,
}Fields§
§did: String§sign_fn: SignFnTrait Implementations§
Source§impl Clone for SignerInput
impl Clone for SignerInput
Source§fn clone(&self) -> SignerInput
fn clone(&self) -> SignerInput
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 moreAuto Trait Implementations§
impl Freeze for SignerInput
impl !RefUnwindSafe for SignerInput
impl Send for SignerInput
impl Sync for SignerInput
impl Unpin for SignerInput
impl UnsafeUnpin for SignerInput
impl !UnwindSafe for SignerInput
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