pub struct ProcessItem {
pub project_id: String,
pub project_name: Option<String>,
}Expand description
Item to be processed (with metadata)
Fields§
§project_id: StringProject ID
project_name: Option<String>Project name (for display)
Auto Trait Implementations§
impl Freeze for ProcessItem
impl RefUnwindSafe for ProcessItem
impl Send for ProcessItem
impl Sync for ProcessItem
impl Unpin for ProcessItem
impl UnsafeUnpin for ProcessItem
impl UnwindSafe for ProcessItem
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