Struct rust_chain::structs::ProducerAuthority
source · [−]pub struct ProducerAuthority {
pub producer_name: Name,
pub authority: BlockSigningAuthority,
}
Fields
producer_name: Name
Name of the producer
@brief Name of the producer
The block signing authority used by this producer
Trait Implementations
sourceimpl Default for ProducerAuthority
impl Default for ProducerAuthority
sourcefn default() -> ProducerAuthority
fn default() -> ProducerAuthority
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ProducerAuthority
impl Send for ProducerAuthority
impl Sync for ProducerAuthority
impl Unpin for ProducerAuthority
impl UnwindSafe for ProducerAuthority
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