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: BigUintTrait 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
Source§impl<'de> Deserialize<'de> for SnapshotVault
impl<'de> Deserialize<'de> for SnapshotVault
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SnapshotVault
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