pub struct OpsCfg {
pub path: PathBuf,
}
Expand description
Configuration options for retrieving all the operands and operators in a code.
Fields§
§path: PathBuf
Path to the file containing the code.
Auto Trait Implementations§
impl Freeze for OpsCfg
impl RefUnwindSafe for OpsCfg
impl Send for OpsCfg
impl Sync for OpsCfg
impl Unpin for OpsCfg
impl UnwindSafe for OpsCfg
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