pub(crate) struct SignatureSeed<'sig> {
pub signature: &'sig Signature,
}
Fields§
§signature: &'sig Signature
Implementations§
Source§impl SignatureSeed<'_>
impl SignatureSeed<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'sig> Freeze for SignatureSeed<'sig>
impl<'sig> RefUnwindSafe for SignatureSeed<'sig>
impl<'sig> Send for SignatureSeed<'sig>
impl<'sig> Sync for SignatureSeed<'sig>
impl<'sig> Unpin for SignatureSeed<'sig>
impl<'sig> UnwindSafe for SignatureSeed<'sig>
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