pub struct SignatureWithDefaults<T: Signer + ?Sized>(/* private fields */);Available on crate feature
test_util only.Expand description
Signer::Signature that uses the default trait methods.
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for SignatureWithDefaults<T>
impl<T> RefUnwindSafe for SignatureWithDefaults<T>
impl<T> Send for SignatureWithDefaults<T>
impl<T> Sync for SignatureWithDefaults<T>
impl<T> Unpin for SignatureWithDefaults<T>
impl<T> UnwindSafe for SignatureWithDefaults<T>
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