pub struct ReadyItem {
pub id: String,
pub title: Option<String>,
}Expand description
A spec in the ready queue
Fields§
§id: StringSpec ID
title: Option<String>Spec title
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadyItem
impl RefUnwindSafe for ReadyItem
impl Send for ReadyItem
impl Sync for ReadyItem
impl Unpin for ReadyItem
impl UnwindSafe for ReadyItem
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