Struct rust_chain::structs::ProducerKey
source · [−]Expand description
Fields
producer_name: Name
block_signing_key: PublicKey
Implementations
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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ProducerKey) -> bool
fn ne(&self, other: &ProducerKey) -> bool
This method tests for !=
.
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 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
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
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.