pub struct CompiledProg { /* private fields */ }Available on crate feature
compile only.Expand description
Represents a compiled program ready to be serialized into a file
Implementations§
Trait Implementations§
Source§impl Debug for CompiledProg
impl Debug for CompiledProg
Source§impl<'de> Deserialize<'de> for CompiledProg
Available on crate feature serde only.
impl<'de> Deserialize<'de> for CompiledProg
Available on crate feature
serde only.Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CompiledProg
impl RefUnwindSafe for CompiledProg
impl Send for CompiledProg
impl Sync for CompiledProg
impl Unpin for CompiledProg
impl UnsafeUnpin for CompiledProg
impl UnwindSafe for CompiledProg
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