pub struct ShardPublicOverlayId<'tl> {
pub workchain: i32,
pub shard: u64,
pub zero_state_file_hash: HashRef<'tl>,
}Fields§
§workchain: i32§shard: u64§zero_state_file_hash: HashRef<'tl>Trait Implementations§
Auto Trait Implementations§
impl<'tl> Freeze for ShardPublicOverlayId<'tl>
impl<'tl> RefUnwindSafe for ShardPublicOverlayId<'tl>
impl<'tl> Send for ShardPublicOverlayId<'tl>
impl<'tl> Sync for ShardPublicOverlayId<'tl>
impl<'tl> Unpin for ShardPublicOverlayId<'tl>
impl<'tl> UnwindSafe for ShardPublicOverlayId<'tl>
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