[][src]Struct casperlabs_engine_grpc_server::engine_server::ipc::ChainSpec_UpgradePoint

pub struct ChainSpec_UpgradePoint {
    pub activation_point: SingularPtrField<ChainSpec_ActivationPoint>,
    pub protocol_version: SingularPtrField<ProtocolVersion>,
    pub upgrade_installer: SingularPtrField<DeployCode>,
    pub new_costs: SingularPtrField<ChainSpec_CostTable>,
    pub new_deploy_config: SingularPtrField<ChainSpec_DeployConfig>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

activation_point: SingularPtrField<ChainSpec_ActivationPoint>protocol_version: SingularPtrField<ProtocolVersion>upgrade_installer: SingularPtrField<DeployCode>new_costs: SingularPtrField<ChainSpec_CostTable>new_deploy_config: SingularPtrField<ChainSpec_DeployConfig>unknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl ChainSpec_UpgradePoint[src]

pub fn new() -> ChainSpec_UpgradePoint[src]

pub fn get_activation_point(&self) -> &ChainSpec_ActivationPoint[src]

pub fn clear_activation_point(&mut self)[src]

pub fn has_activation_point(&self) -> bool[src]

pub fn set_activation_point(&mut self, v: ChainSpec_ActivationPoint)[src]

pub fn mut_activation_point(&mut self) -> &mut ChainSpec_ActivationPoint[src]

pub fn take_activation_point(&mut self) -> ChainSpec_ActivationPoint[src]

pub fn get_protocol_version(&self) -> &ProtocolVersion[src]

pub fn clear_protocol_version(&mut self)[src]

pub fn has_protocol_version(&self) -> bool[src]

pub fn set_protocol_version(&mut self, v: ProtocolVersion)[src]

pub fn mut_protocol_version(&mut self) -> &mut ProtocolVersion[src]

pub fn take_protocol_version(&mut self) -> ProtocolVersion[src]

pub fn get_upgrade_installer(&self) -> &DeployCode[src]

pub fn clear_upgrade_installer(&mut self)[src]

pub fn has_upgrade_installer(&self) -> bool[src]

pub fn set_upgrade_installer(&mut self, v: DeployCode)[src]

pub fn mut_upgrade_installer(&mut self) -> &mut DeployCode[src]

pub fn take_upgrade_installer(&mut self) -> DeployCode[src]

pub fn get_new_costs(&self) -> &ChainSpec_CostTable[src]

pub fn clear_new_costs(&mut self)[src]

pub fn has_new_costs(&self) -> bool[src]

pub fn set_new_costs(&mut self, v: ChainSpec_CostTable)[src]

pub fn mut_new_costs(&mut self) -> &mut ChainSpec_CostTable[src]

pub fn take_new_costs(&mut self) -> ChainSpec_CostTable[src]

pub fn get_new_deploy_config(&self) -> &ChainSpec_DeployConfig[src]

pub fn clear_new_deploy_config(&mut self)[src]

pub fn has_new_deploy_config(&self) -> bool[src]

pub fn set_new_deploy_config(&mut self, v: ChainSpec_DeployConfig)[src]

pub fn mut_new_deploy_config(&mut self) -> &mut ChainSpec_DeployConfig[src]

pub fn take_new_deploy_config(&mut self) -> ChainSpec_DeployConfig[src]

Trait Implementations

impl Clear for ChainSpec_UpgradePoint[src]

impl Clone for ChainSpec_UpgradePoint[src]

impl Debug for ChainSpec_UpgradePoint[src]

impl Default for ChainSpec_UpgradePoint[src]

impl<'a> Default for &'a ChainSpec_UpgradePoint[src]

impl Message for ChainSpec_UpgradePoint[src]

impl PartialEq<ChainSpec_UpgradePoint> for ChainSpec_UpgradePoint[src]

impl ProtobufValue for ChainSpec_UpgradePoint[src]

impl StructuralPartialEq for ChainSpec_UpgradePoint[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> FromBits<T> for T

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,