pub struct InvalidSignatureSubdetail {
pub signature: Vec<u8>,
pub validator: Box<Validator>,
pub sign_bytes: Vec<u8>,
}Fields
signature: Vec<u8>validator: Box<Validator>sign_bytes: Vec<u8>Trait Implementations
sourceimpl Clone for InvalidSignatureSubdetail
impl Clone for InvalidSignatureSubdetail
sourcefn clone(&self) -> InvalidSignatureSubdetail
fn clone(&self) -> InvalidSignatureSubdetail
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for InvalidSignatureSubdetail
impl Debug for InvalidSignatureSubdetail
sourceimpl<'de> Deserialize<'de> for InvalidSignatureSubdetail
impl<'de> Deserialize<'de> for InvalidSignatureSubdetail
sourcefn 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
sourceimpl Display for InvalidSignatureSubdetail
impl Display for InvalidSignatureSubdetail
sourceimpl PartialEq<InvalidSignatureSubdetail> for InvalidSignatureSubdetail
impl PartialEq<InvalidSignatureSubdetail> for InvalidSignatureSubdetail
sourcefn eq(&self, other: &InvalidSignatureSubdetail) -> bool
fn eq(&self, other: &InvalidSignatureSubdetail) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &InvalidSignatureSubdetail) -> bool
fn ne(&self, other: &InvalidSignatureSubdetail) -> bool
This method tests for !=.
sourceimpl Serialize for InvalidSignatureSubdetail
impl Serialize for InvalidSignatureSubdetail
impl Eq for InvalidSignatureSubdetail
impl StructuralEq for InvalidSignatureSubdetail
impl StructuralPartialEq for InvalidSignatureSubdetail
Auto Trait Implementations
impl RefUnwindSafe for InvalidSignatureSubdetail
impl Send for InvalidSignatureSubdetail
impl Sync for InvalidSignatureSubdetail
impl Unpin for InvalidSignatureSubdetail
impl UnwindSafe for InvalidSignatureSubdetail
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more