pub struct ParameterMeta {
pub parameter: Parameter,
pub used_by_jobs: BTreeSet<usize>,
}
Fields§
§parameter: Parameter
§used_by_jobs: BTreeSet<usize>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParameterMeta
impl RefUnwindSafe for ParameterMeta
impl Send for ParameterMeta
impl Sync for ParameterMeta
impl Unpin for ParameterMeta
impl UnwindSafe for ParameterMeta
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