pub struct FibexConfig {
pub fibex_file_paths: Vec<String>,
}
Expand description
Contains all the paths of fibex files that should be combined into the model
Fields§
§fibex_file_paths: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FibexConfig
impl RefUnwindSafe for FibexConfig
impl Send for FibexConfig
impl Sync for FibexConfig
impl Unpin for FibexConfig
impl UnwindSafe for FibexConfig
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