Struct wasmcloud_control_interface::StartActorCommand [−][src]
Fields
actor_ref: String
host_id: String
Trait Implementations
impl Clone for StartActorCommand
[src]
impl Clone for StartActorCommand
[src]fn clone(&self) -> StartActorCommand
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for StartActorCommand
[src]
impl Default for StartActorCommand
[src]fn default() -> StartActorCommand
[src]
impl<'de> Deserialize<'de> for StartActorCommand
[src]
impl<'de> Deserialize<'de> for StartActorCommand
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<StartActorCommand> for StartActorCommand
[src]
impl PartialEq<StartActorCommand> for StartActorCommand
[src]fn eq(&self, other: &StartActorCommand) -> bool
[src]
fn ne(&self, other: &StartActorCommand) -> bool
[src]
impl Serialize for StartActorCommand
[src]
impl Serialize for StartActorCommand
[src]Auto Trait Implementations
impl RefUnwindSafe for StartActorCommand
impl RefUnwindSafe for StartActorCommand
impl Send for StartActorCommand
impl Send for StartActorCommand
impl Sync for StartActorCommand
impl Sync for StartActorCommand
impl Unpin for StartActorCommand
impl Unpin for StartActorCommand
impl UnwindSafe for StartActorCommand
impl UnwindSafe for StartActorCommand
Blanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,