Struct everscale_types::models::config::ConfigVotingSetup
source · pub struct ConfigVotingSetup {
pub normal_params: Lazy<ConfigProposalSetup>,
pub critical_params: Lazy<ConfigProposalSetup>,
}Expand description
Config voting setup params.
Fields§
§normal_params: Lazy<ConfigProposalSetup>Proposal configuration for non-critical params.
critical_params: Lazy<ConfigProposalSetup>Proposal configuration for critical params.
Trait Implementations§
source§impl Clone for ConfigVotingSetup
impl Clone for ConfigVotingSetup
source§fn clone(&self) -> ConfigVotingSetup
fn clone(&self) -> ConfigVotingSetup
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 ConfigVotingSetup
impl Debug for ConfigVotingSetup
source§impl<'tlb> Load<'tlb> for ConfigVotingSetup
impl<'tlb> Load<'tlb> for ConfigVotingSetup
source§impl PartialEq<ConfigVotingSetup> for ConfigVotingSetup
impl PartialEq<ConfigVotingSetup> for ConfigVotingSetup
source§fn eq(&self, other: &ConfigVotingSetup) -> bool
fn eq(&self, other: &ConfigVotingSetup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Store for ConfigVotingSetup
impl Store for ConfigVotingSetup
source§fn store_into(
&self,
__builder: &mut CellBuilder,
__finalizer: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __finalizer: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.
impl Eq for ConfigVotingSetup
impl StructuralEq for ConfigVotingSetup
impl StructuralPartialEq for ConfigVotingSetup
Auto Trait Implementations§
impl !RefUnwindSafe for ConfigVotingSetup
impl Send for ConfigVotingSetup
impl Sync for ConfigVotingSetup
impl Unpin for ConfigVotingSetup
impl !UnwindSafe for ConfigVotingSetup
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