pub struct PioArtifact(/* private fields */);Expand description
Owner-rooted emitted artifact.
Auto Trait Implementations§
impl Freeze for PioArtifact
impl RefUnwindSafe for PioArtifact
impl Send for PioArtifact
impl Sync for PioArtifact
impl Unpin for PioArtifact
impl UnsafeUnpin for PioArtifact
impl UnwindSafe for PioArtifact
Blanket Implementations§
impl<T> Allocation for T
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