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§
source§impl Debug for FibexConfig
impl Debug for FibexConfig
source§impl<'de> Deserialize<'de> for FibexConfig
impl<'de> Deserialize<'de> for FibexConfig
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 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