pub struct CfgData {
pub numeric: Vec<f64>,
pub string: String,
}Fields§
§numeric: Vec<f64>§string: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CfgData
impl RefUnwindSafe for CfgData
impl Send for CfgData
impl Sync for CfgData
impl Unpin for CfgData
impl UnwindSafe for CfgData
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