Struct rust_chain::structs::ProducerKey
source · [−]Expand description
Fields
producer_name: Nameblock_signing_key: PublicKeyImplementations
Trait Implementations
sourceimpl Clone for ProducerKey
impl Clone for ProducerKey
sourcefn clone(&self) -> ProducerKey
fn clone(&self) -> ProducerKey
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for ProducerKey
impl Default for ProducerKey
sourceimpl Packer for ProducerKey
impl Packer for ProducerKey
sourceimpl PartialEq<ProducerKey> for ProducerKey
impl PartialEq<ProducerKey> for ProducerKey
sourcefn eq(&self, other: &ProducerKey) -> bool
fn eq(&self, other: &ProducerKey) -> bool
impl Eq for ProducerKey
impl StructuralEq for ProducerKey
impl StructuralPartialEq for ProducerKey
Auto Trait Implementations
impl RefUnwindSafe for ProducerKey
impl Send for ProducerKey
impl Sync for ProducerKey
impl Unpin for ProducerKey
impl UnwindSafe for ProducerKey
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.