pub struct ClInfo { /* private fields */ }Expand description
Holds information regarding program execution
This includes the name of the language, the extension and the contents to be put into the file
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClInfo
impl RefUnwindSafe for ClInfo
impl Send for ClInfo
impl Sync for ClInfo
impl Unpin for ClInfo
impl UnsafeUnpin for ClInfo
impl UnwindSafe for ClInfo
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