pub struct PlacementGraphCandidate {
pub descriptor: ExecutionCandidateDescriptor,
pub resources: CandidateResourceDemand,
pub transactional_results: bool,
}Fields§
§descriptor: ExecutionCandidateDescriptor§resources: CandidateResourceDemand§transactional_results: boolProvider failure may fall back only when outputs remain uncommitted.
Trait Implementations§
Source§impl Clone for PlacementGraphCandidate
impl Clone for PlacementGraphCandidate
Source§fn clone(&self) -> PlacementGraphCandidate
fn clone(&self) -> PlacementGraphCandidate
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 PlacementGraphCandidate
impl Debug for PlacementGraphCandidate
Source§impl<'de> Deserialize<'de> for PlacementGraphCandidate
impl<'de> Deserialize<'de> for PlacementGraphCandidate
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 PlacementGraphCandidate
Source§impl PartialEq for PlacementGraphCandidate
impl PartialEq for PlacementGraphCandidate
Source§impl Serialize for PlacementGraphCandidate
impl Serialize for PlacementGraphCandidate
impl StructuralPartialEq for PlacementGraphCandidate
Auto Trait Implementations§
impl Freeze for PlacementGraphCandidate
impl RefUnwindSafe for PlacementGraphCandidate
impl Send for PlacementGraphCandidate
impl Sync for PlacementGraphCandidate
impl Unpin for PlacementGraphCandidate
impl UnsafeUnpin for PlacementGraphCandidate
impl UnwindSafe for PlacementGraphCandidate
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