Struct mithril_stm::stm::StmSigRegParty
source · pub struct StmSigRegParty {
pub sig: StmSig,
pub reg_party: RegParty,
}
Expand description
Signature with its registered party.
Fields§
§sig: StmSig
Stm signature
reg_party: RegParty
Registered party
Implementations§
source§impl StmSigRegParty
impl StmSigRegParty
sourcepub fn from_bytes<D: Digest + Clone + FixedOutput>(
bytes: &[u8],
) -> Result<StmSigRegParty, StmSignatureError>
pub fn from_bytes<D: Digest + Clone + FixedOutput>( bytes: &[u8], ) -> Result<StmSigRegParty, StmSignatureError>
Extract a StmSigRegParty
from a byte slice.
Trait Implementations§
source§impl Clone for StmSigRegParty
impl Clone for StmSigRegParty
source§fn clone(&self) -> StmSigRegParty
fn clone(&self) -> StmSigRegParty
Returns a copy 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 StmSigRegParty
impl Debug for StmSigRegParty
source§impl<'de> Deserialize<'de> for StmSigRegParty
impl<'de> Deserialize<'de> for StmSigRegParty
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 Hash for StmSigRegParty
impl Hash for StmSigRegParty
source§impl Ord for StmSigRegParty
impl Ord for StmSigRegParty
source§fn cmp(&self, other: &StmSigRegParty) -> Ordering
fn cmp(&self, other: &StmSigRegParty) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for StmSigRegParty
impl PartialEq for StmSigRegParty
source§impl PartialOrd for StmSigRegParty
impl PartialOrd for StmSigRegParty
source§impl Serialize for StmSigRegParty
impl Serialize for StmSigRegParty
impl Eq for StmSigRegParty
impl StructuralPartialEq for StmSigRegParty
Auto Trait Implementations§
impl Freeze for StmSigRegParty
impl RefUnwindSafe for StmSigRegParty
impl Send for StmSigRegParty
impl Sync for StmSigRegParty
impl Unpin for StmSigRegParty
impl UnwindSafe for StmSigRegParty
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)