Struct disarray_ledger::blocks::BlockJustification
source · Fields
hash: Vec<u8>
proof: Vec<u8>
pub_key: Vec<u8>
Implementations
Trait Implementations
sourceimpl Clone for BlockJustification
impl Clone for BlockJustification
sourcefn clone(&self) -> BlockJustification
fn clone(&self) -> BlockJustification
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 moresourceimpl Debug for BlockJustification
impl Debug for BlockJustification
sourceimpl Default for BlockJustification
impl Default for BlockJustification
sourcefn default() -> BlockJustification
fn default() -> BlockJustification
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for BlockJustification
impl<'de> Deserialize<'de> for BlockJustification
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 BlockJustification
impl Display for BlockJustification
sourceimpl Hash for BlockJustification
impl Hash for BlockJustification
sourceimpl Hashable for BlockJustification
impl Hashable for BlockJustification
sourceimpl PartialEq<BlockJustification> for BlockJustification
impl PartialEq<BlockJustification> for BlockJustification
sourcefn eq(&self, other: &BlockJustification) -> bool
fn eq(&self, other: &BlockJustification) -> bool
sourceimpl Serialize for BlockJustification
impl Serialize for BlockJustification
sourceimpl Verifiable for BlockJustification
impl Verifiable for BlockJustification
impl Eq for BlockJustification
impl StructuralEq for BlockJustification
impl StructuralPartialEq for BlockJustification
Auto Trait Implementations
impl RefUnwindSafe for BlockJustification
impl Send for BlockJustification
impl Sync for BlockJustification
impl Unpin for BlockJustification
impl UnwindSafe for BlockJustification
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.