pub struct SpEcdsaSignature(pub <Pair as Pair>::Signature);
Tuple Fields§
§0: <Pair as Pair>::Signature
Trait Implementations§
Source§impl BytesEncoding for SpEcdsaSignature
impl BytesEncoding for SpEcdsaSignature
Source§impl Clone for SpEcdsaSignature
impl Clone for SpEcdsaSignature
Source§fn clone(&self) -> SpEcdsaSignature
fn clone(&self) -> SpEcdsaSignature
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SpEcdsaSignature
impl Debug for SpEcdsaSignature
Source§impl Default for SpEcdsaSignature
impl Default for SpEcdsaSignature
Source§fn default() -> SpEcdsaSignature
fn default() -> SpEcdsaSignature
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SpEcdsaSignature
impl<'de> Deserialize<'de> for SpEcdsaSignature
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SpEcdsaSignature
impl Display for SpEcdsaSignature
Source§impl Ord for SpEcdsaSignature
impl Ord for SpEcdsaSignature
Source§impl PartialEq for SpEcdsaSignature
impl PartialEq for SpEcdsaSignature
Source§impl PartialOrd for SpEcdsaSignature
impl PartialOrd for SpEcdsaSignature
Source§impl Serialize for SpEcdsaSignature
impl Serialize for SpEcdsaSignature
impl Eq for SpEcdsaSignature
impl StructuralPartialEq for SpEcdsaSignature
Auto Trait Implementations§
impl Freeze for SpEcdsaSignature
impl RefUnwindSafe for SpEcdsaSignature
impl Send for SpEcdsaSignature
impl Sync for SpEcdsaSignature
impl Unpin for SpEcdsaSignature
impl UnwindSafe for SpEcdsaSignature
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T, Outer> IsWrappedBy<Outer> for T
impl<T, Outer> IsWrappedBy<Outer> for T
Source§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
Source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.