pub struct ShardIdentFull {
pub workchain: i32,
pub prefix: u64,
}Expand description
ShardIdent that is stored with terminatino bit.
Fields§
§workchain: i32Workchain id.
prefix: u64Shard prefix with terminatino bit.
Trait Implementations§
Source§impl Clone for ShardIdentFull
impl Clone for ShardIdentFull
Source§fn clone(&self) -> ShardIdentFull
fn clone(&self) -> ShardIdentFull
Returns a duplicate 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 ShardIdentFull
impl Debug for ShardIdentFull
Source§impl Default for ShardIdentFull
impl Default for ShardIdentFull
Source§fn default() -> ShardIdentFull
fn default() -> ShardIdentFull
Returns the “default value” for a type. Read more
Source§impl DictKey for ShardIdentFull
impl DictKey for ShardIdentFull
Source§impl From<ShardIdent> for ShardIdentFull
impl From<ShardIdent> for ShardIdentFull
Source§fn from(ident: ShardIdent) -> Self
fn from(ident: ShardIdent) -> Self
Converts to this type from the input type.
Source§impl<'tlb> Load<'tlb> for ShardIdentFull
impl<'tlb> Load<'tlb> for ShardIdentFull
Source§impl Serialize for ShardIdentFull
impl Serialize for ShardIdentFull
Source§impl Store for ShardIdentFull
impl Store for ShardIdentFull
Source§fn store_into(
&self,
__builder: &mut CellBuilder,
__context: &mut dyn CellContext,
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __context: &mut dyn CellContext, ) -> Result<(), Error>
Tries to store itself into the cell builder.
Source§impl TryFrom<ShardIdentFull> for ShardIdent
impl TryFrom<ShardIdentFull> for ShardIdent
Auto Trait Implementations§
impl Freeze for ShardIdentFull
impl RefUnwindSafe for ShardIdentFull
impl Send for ShardIdentFull
impl Sync for ShardIdentFull
impl Unpin for ShardIdentFull
impl UnwindSafe for ShardIdentFull
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