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> Load<'tlb> for GlobalVersion
impl<'tlb> Load<'tlb> 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 Store for GlobalVersion
impl Store for GlobalVersion
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 Copy for GlobalVersion
impl Eq for GlobalVersion
impl StructuralEq for GlobalVersion
impl StructuralPartialEq for GlobalVersion
Auto Trait Implementations§
impl RefUnwindSafe for GlobalVersion
impl Send for GlobalVersion
impl Sync for GlobalVersion
impl Unpin for GlobalVersion
impl UnwindSafe for GlobalVersion
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