pub struct WalletDataHighloadV2R2 {
pub wallet_id: i32,
pub last_cleaned_time: u64,
pub public_key: TonHash,
}Expand description
WalletVersion::HighloadV2R2
Fields§
§wallet_id: i32§last_cleaned_time: u64§public_key: TonHashTrait Implementations§
source§impl TryFrom<Cell> for WalletDataHighloadV2R2
impl TryFrom<Cell> for WalletDataHighloadV2R2
source§impl TryFrom<WalletDataHighloadV2R2> for Cell
impl TryFrom<WalletDataHighloadV2R2> for Cell
source§type Error = TonCellError
type Error = TonCellError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for WalletDataHighloadV2R2
impl RefUnwindSafe for WalletDataHighloadV2R2
impl Send for WalletDataHighloadV2R2
impl Sync for WalletDataHighloadV2R2
impl Unpin for WalletDataHighloadV2R2
impl UnwindSafe for WalletDataHighloadV2R2
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