pub struct WasmStoreStateInput {
pub binding: WasmStoreBinding,
pub pid: Principal,
pub created_at: u64,
}Expand description
SubnetStateInput
Fields§
§binding: WasmStoreBinding§pid: Principal§created_at: u64Trait Implementations§
Source§impl CandidType for WasmStoreStateInput
impl CandidType for WasmStoreStateInput
Source§impl Clone for WasmStoreStateInput
impl Clone for WasmStoreStateInput
Source§fn clone(&self) -> WasmStoreStateInput
fn clone(&self) -> WasmStoreStateInput
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 WasmStoreStateInput
impl Debug for WasmStoreStateInput
Source§impl<'de> Deserialize<'de> for WasmStoreStateInput
impl<'de> Deserialize<'de> for WasmStoreStateInput
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
Source§impl PartialEq for WasmStoreStateInput
impl PartialEq for WasmStoreStateInput
impl Eq for WasmStoreStateInput
impl StructuralPartialEq for WasmStoreStateInput
Auto Trait Implementations§
impl Freeze for WasmStoreStateInput
impl RefUnwindSafe for WasmStoreStateInput
impl Send for WasmStoreStateInput
impl Sync for WasmStoreStateInput
impl Unpin for WasmStoreStateInput
impl UnsafeUnpin for WasmStoreStateInput
impl UnwindSafe for WasmStoreStateInput
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