pub struct CandidateSpec {
pub node: String,
pub bindings: Vec<(String, bool)>,
pub grain: Vec<String>,
pub partial_is_full: bool,
}Fields§
§node: String§bindings: Vec<(String, bool)>(address, partial)
grain: Vec<String>§partial_is_full: boolConditionFit.partial_is_full (IMPLIED_EXACT).
Auto Trait Implementations§
impl Freeze for CandidateSpec
impl RefUnwindSafe for CandidateSpec
impl Send for CandidateSpec
impl Sync for CandidateSpec
impl Unpin for CandidateSpec
impl UnsafeUnpin for CandidateSpec
impl UnwindSafe for CandidateSpec
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