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