Struct wasmcloud_interface_lattice_control::StopProviderCommand [−][src]
pub struct StopProviderCommand {
pub annotations: Option<AnnotationMap>,
pub contract_id: String,
pub host_id: String,
pub link_name: String,
pub provider_ref: String,
}
Expand description
A request to stop the given provider on the indicated host
Fields
annotations: Option<AnnotationMap>
Optional set of annotations used to describe the nature of this stop request
contract_id: String
Contract ID of the capability provider
host_id: String
Host ID on which to stop the provider
link_name: String
Link name for this provider
provider_ref: String
Reference for the capability provider. Can be any of the forms of uniquely identifying a provider
Trait Implementations
Returns the “default value” for a type. Read more
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StopProviderCommand
impl Send for StopProviderCommand
impl Sync for StopProviderCommand
impl Unpin for StopProviderCommand
impl UnwindSafe for StopProviderCommand
Blanket Implementations
Mutably borrows from an owned value. Read more