pub struct IRProgram {
pub name: String,
pub version: String,
pub requires: Vec<String>,
}Expand description
Program metadata from @program decorator
Fields§
§name: String§version: String§requires: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRProgram
impl RefUnwindSafe for IRProgram
impl Send for IRProgram
impl Sync for IRProgram
impl Unpin for IRProgram
impl UnwindSafe for IRProgram
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