pub struct Provisioned {
pub catalog: Catalog,
}Expand description
What comes out of an artifact: the implementations.
Fields§
§catalog: CatalogWho executes each node.
Implementations§
Source§impl Provisioned
impl Provisioned
Auto Trait Implementations§
impl Freeze for Provisioned
impl !RefUnwindSafe for Provisioned
impl Send for Provisioned
impl Sync for Provisioned
impl Unpin for Provisioned
impl UnsafeUnpin for Provisioned
impl !UnwindSafe for Provisioned
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