Struct ex3_node_types::vault::SnapshotVault
source · pub struct SnapshotVault {
pub canister_id: CanisterId,
pub seq_id: u64,
pub wallet_start_id: WalletRegisterId,
pub max_wallet_count: BigUint,
}Fields§
§canister_id: CanisterId§seq_id: u64§wallet_start_id: WalletRegisterId§max_wallet_count: BigUintImplementations§
Trait Implementations§
source§impl Clone for SnapshotVault
impl Clone for SnapshotVault
source§fn clone(&self) -> SnapshotVault
fn clone(&self) -> SnapshotVault
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 SnapshotVault
impl Debug for SnapshotVault
Auto Trait Implementations§
impl RefUnwindSafe for SnapshotVault
impl Send for SnapshotVault
impl Sync for SnapshotVault
impl Unpin for SnapshotVault
impl UnwindSafe for SnapshotVault
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