pub struct ProviderFeasibilityQuery {
pub operation: ProviderOperationIdentity,
pub family: ProviderOperationFamily,
pub inputs: Vec<ProviderRepresentation>,
pub outputs: Vec<ProviderRepresentation>,
pub workload: ProviderWorkload,
}Fields§
§operation: ProviderOperationIdentity§family: ProviderOperationFamily§inputs: Vec<ProviderRepresentation>§outputs: Vec<ProviderRepresentation>§workload: ProviderWorkloadTrait Implementations§
Source§impl Clone for ProviderFeasibilityQuery
impl Clone for ProviderFeasibilityQuery
Source§fn clone(&self) -> ProviderFeasibilityQuery
fn clone(&self) -> ProviderFeasibilityQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProviderFeasibilityQuery
impl Debug for ProviderFeasibilityQuery
Source§impl<'de> Deserialize<'de> for ProviderFeasibilityQuery
impl<'de> Deserialize<'de> for ProviderFeasibilityQuery
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
impl Eq for ProviderFeasibilityQuery
Source§impl PartialEq for ProviderFeasibilityQuery
impl PartialEq for ProviderFeasibilityQuery
Source§impl Serialize for ProviderFeasibilityQuery
impl Serialize for ProviderFeasibilityQuery
impl StructuralPartialEq for ProviderFeasibilityQuery
Auto Trait Implementations§
impl Freeze for ProviderFeasibilityQuery
impl RefUnwindSafe for ProviderFeasibilityQuery
impl Send for ProviderFeasibilityQuery
impl Sync for ProviderFeasibilityQuery
impl Unpin for ProviderFeasibilityQuery
impl UnsafeUnpin for ProviderFeasibilityQuery
impl UnwindSafe for ProviderFeasibilityQuery
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