pub struct EuroScopeLoaderPrf {
pub prf_file: String,
pub symbology_file: String,
pub sector_file: String,
pub asr_files: Vec<(String, String)>,
}Fields§
§prf_file: String§symbology_file: String§sector_file: String§asr_files: Vec<(String, String)>Implementations§
Source§impl EuroScopeLoaderPrf
impl EuroScopeLoaderPrf
pub fn try_new_from_prf( prf_file: impl AsRef<Path>, ) -> Result<EuroScopeLoaderPrf>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EuroScopeLoaderPrf
impl RefUnwindSafe for EuroScopeLoaderPrf
impl Send for EuroScopeLoaderPrf
impl Sync for EuroScopeLoaderPrf
impl Unpin for EuroScopeLoaderPrf
impl UnwindSafe for EuroScopeLoaderPrf
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