#[non_exhaustive]pub struct ProviderAuctionAck { /* private fields */ }
Expand description
A host response to a request to start a provider.
This acknowledgement confirms the host has enough capacity to start the provider and that the provider is not already running on the host
Implementations§
source§impl ProviderAuctionAck
impl ProviderAuctionAck
sourcepub fn provider_ref(&self) -> &str
pub fn provider_ref(&self) -> &str
Get the provider ref for the provider auction acknowledgement
sourcepub fn provider_id(&self) -> &str
pub fn provider_id(&self) -> &str
Get the provider ID for the provider auction acknowledgement
sourcepub fn constraints(&self) -> &BTreeMap<String, String>
pub fn constraints(&self) -> &BTreeMap<String, String>
Get the constraints for the provider auction acknowledgement
pub fn builder() -> ProviderAuctionAckBuilder
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 for ProviderAuctionAck
impl PartialEq for ProviderAuctionAck
source§impl Serialize for ProviderAuctionAck
impl Serialize for ProviderAuctionAck
impl Eq for ProviderAuctionAck
impl StructuralPartialEq for ProviderAuctionAck
Auto Trait Implementations§
impl Freeze for ProviderAuctionAck
impl RefUnwindSafe for ProviderAuctionAck
impl Send for ProviderAuctionAck
impl Sync for ProviderAuctionAck
impl Unpin for ProviderAuctionAck
impl UnwindSafe for ProviderAuctionAck
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.