Struct wasmcloud_control_interface::ActorAuctionAck [−][src]
pub struct ActorAuctionAck { pub actor_ref: String, pub constraints: HashMap<String, String>, pub host_id: String, }
Fields
actor_ref: String
constraints: HashMap<String, String>
host_id: String
Trait Implementations
impl Clone for ActorAuctionAck
[src]
impl Clone for ActorAuctionAck
[src]fn clone(&self) -> ActorAuctionAck
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for ActorAuctionAck
[src]
impl Default for ActorAuctionAck
[src]fn default() -> ActorAuctionAck
[src]
impl<'de> Deserialize<'de> for ActorAuctionAck
[src]
impl<'de> Deserialize<'de> for ActorAuctionAck
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<ActorAuctionAck> for ActorAuctionAck
[src]
impl PartialEq<ActorAuctionAck> for ActorAuctionAck
[src]fn eq(&self, other: &ActorAuctionAck) -> bool
[src]
fn ne(&self, other: &ActorAuctionAck) -> bool
[src]
impl Serialize for ActorAuctionAck
[src]
impl Serialize for ActorAuctionAck
[src]impl StructuralPartialEq for ActorAuctionAck
[src]
impl StructuralPartialEq for ActorAuctionAck
[src]Auto Trait Implementations
impl RefUnwindSafe for ActorAuctionAck
impl RefUnwindSafe for ActorAuctionAck
impl Send for ActorAuctionAck
impl Send for ActorAuctionAck
impl Sync for ActorAuctionAck
impl Sync for ActorAuctionAck
impl Unpin for ActorAuctionAck
impl Unpin for ActorAuctionAck
impl UnwindSafe for ActorAuctionAck
impl UnwindSafe for ActorAuctionAck
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>,