Struct everscale_types::models::global_version::GlobalVersion
source · pub struct GlobalVersion {
pub version: u32,
pub capabilities: GlobalCapabilities,
}Expand description
Software info.
Fields§
§version: u32Software version.
capabilities: GlobalCapabilitiesSoftware capability flags.
Trait Implementations§
source§impl Clone for GlobalVersion
impl Clone for GlobalVersion
source§fn clone(&self) -> GlobalVersion
fn clone(&self) -> GlobalVersion
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 GlobalVersion
impl Debug for GlobalVersion
source§impl Default for GlobalVersion
impl Default for GlobalVersion
source§fn default() -> GlobalVersion
fn default() -> GlobalVersion
Returns the “default value” for a type. Read more
source§impl<'tlb, C: CellFamily> Load<'tlb, C> for GlobalVersion
impl<'tlb, C: CellFamily> Load<'tlb, C> for GlobalVersion
source§impl PartialEq<GlobalVersion> for GlobalVersion
impl PartialEq<GlobalVersion> for GlobalVersion
source§fn eq(&self, other: &GlobalVersion) -> bool
fn eq(&self, other: &GlobalVersion) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<C: CellFamily> Store<C> for GlobalVersion
impl<C: CellFamily> Store<C> for GlobalVersion
source§fn store_into(
&self,
__builder: &mut CellBuilder<C>,
__finalizer: &mut dyn Finalizer<C>
) -> bool
fn store_into( &self, __builder: &mut CellBuilder<C>, __finalizer: &mut dyn Finalizer<C> ) -> bool
Tries to store itself into the cell builder.