pub struct WorkerHarvestNodeIssueView {
pub node_id: String,
pub issue: String,
}Expand description
One harvest node the worker could not path to (work-list red row).
Fields§
§node_id: String§issue: StringTrait Implementations§
Source§impl Clone for WorkerHarvestNodeIssueView
impl Clone for WorkerHarvestNodeIssueView
Source§fn clone(&self) -> WorkerHarvestNodeIssueView
fn clone(&self) -> WorkerHarvestNodeIssueView
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 WorkerHarvestNodeIssueView
impl Debug for WorkerHarvestNodeIssueView
Source§impl<'de> Deserialize<'de> for WorkerHarvestNodeIssueView
impl<'de> Deserialize<'de> for WorkerHarvestNodeIssueView
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 StructuralPartialEq for WorkerHarvestNodeIssueView
Auto Trait Implementations§
impl Freeze for WorkerHarvestNodeIssueView
impl RefUnwindSafe for WorkerHarvestNodeIssueView
impl Send for WorkerHarvestNodeIssueView
impl Sync for WorkerHarvestNodeIssueView
impl Unpin for WorkerHarvestNodeIssueView
impl UnsafeUnpin for WorkerHarvestNodeIssueView
impl UnwindSafe for WorkerHarvestNodeIssueView
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