Struct dlt_core::fibex::FibexConfig
source · [−]Expand description
Contains all the paths of fibex files that should be combined into the model
Fields
fibex_file_paths: Vec<String>
Trait Implementations
sourceimpl Debug for FibexConfig
impl Debug for FibexConfig
sourceimpl<'de> Deserialize<'de> for FibexConfig
impl<'de> Deserialize<'de> for FibexConfig
sourcefn 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
sourceimpl Serialize for FibexConfig
impl Serialize for FibexConfig
Auto Trait Implementations
impl RefUnwindSafe for FibexConfig
impl Send for FibexConfig
impl Sync for FibexConfig
impl Unpin for FibexConfig
impl UnwindSafe for FibexConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more