pub struct TriageResult {
pub priorities: Vec<Event>,
pub assignments: Vec<Event>,
pub scopes: Vec<Event>,
}Fields§
§priorities: Vec<Event>§assignments: Vec<Event>§scopes: Vec<Event>Auto Trait Implementations§
impl Freeze for TriageResult
impl RefUnwindSafe for TriageResult
impl Send for TriageResult
impl Sync for TriageResult
impl Unpin for TriageResult
impl UnsafeUnpin for TriageResult
impl UnwindSafe for TriageResult
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