pub struct BuildSlot {
pub index: usize,
pub dir: PathBuf,
/* private fields */
}Fields§
§index: usize§dir: PathBufAuto Trait Implementations§
impl Freeze for BuildSlot
impl RefUnwindSafe for BuildSlot
impl Send for BuildSlot
impl Sync for BuildSlot
impl Unpin for BuildSlot
impl UnsafeUnpin for BuildSlot
impl UnwindSafe for BuildSlot
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