pub struct ProviderAuctionAck {
pub host_id: String,
pub link_name: String,
pub provider_ref: String,
}
Expand description
One of a potential list of responses to a provider auction
Fields§
§host_id: String
The host ID of the “bidder” for this auction
link_name: String
The link name provided for the auction
provider_ref: String
The original provider ref provided for the auction
Trait Implementations§
source§impl Clone for ProviderAuctionAck
impl Clone for ProviderAuctionAck
source§fn clone(&self) -> ProviderAuctionAck
fn clone(&self) -> ProviderAuctionAck
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 ProviderAuctionAck
impl Debug for ProviderAuctionAck
source§impl Default for ProviderAuctionAck
impl Default for ProviderAuctionAck
source§fn default() -> ProviderAuctionAck
fn default() -> ProviderAuctionAck
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProviderAuctionAck
impl<'de> Deserialize<'de> for ProviderAuctionAck
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<ProviderAuctionAck> for ProviderAuctionAck
impl PartialEq<ProviderAuctionAck> for ProviderAuctionAck
source§fn eq(&self, other: &ProviderAuctionAck) -> bool
fn eq(&self, other: &ProviderAuctionAck) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.