Struct wasmcloud_core::WasmCloudEntity
source · pub struct WasmCloudEntity {
pub public_key: String,
pub link_name: String,
pub contract_id: String,
}
Fields§
§public_key: String
§link_name: String
§contract_id: String
Implementations§
Trait Implementations§
source§impl Clone for WasmCloudEntity
impl Clone for WasmCloudEntity
source§fn clone(&self) -> WasmCloudEntity
fn clone(&self) -> WasmCloudEntity
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 WasmCloudEntity
impl Debug for WasmCloudEntity
source§impl Default for WasmCloudEntity
impl Default for WasmCloudEntity
source§fn default() -> WasmCloudEntity
fn default() -> WasmCloudEntity
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WasmCloudEntity
impl<'de> Deserialize<'de> for WasmCloudEntity
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 Display for WasmCloudEntity
impl Display for WasmCloudEntity
Auto Trait Implementations§
impl RefUnwindSafe for WasmCloudEntity
impl Send for WasmCloudEntity
impl Sync for WasmCloudEntity
impl Unpin for WasmCloudEntity
impl UnwindSafe for WasmCloudEntity
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