pub struct UnifiedParser {
pub step_settings: StepParser,
}Expand description
Unified parser that auto-detects format
Fields§
§step_settings: StepParserSettings for STEP parsing
Implementations§
Source§impl UnifiedParser
impl UnifiedParser
Trait Implementations§
Source§impl Default for UnifiedParser
impl Default for UnifiedParser
Source§fn default() -> UnifiedParser
fn default() -> UnifiedParser
Returns the “default value” for a type. Read more
Source§impl IfcParser for UnifiedParser
impl IfcParser for UnifiedParser
Auto Trait Implementations§
impl Freeze for UnifiedParser
impl RefUnwindSafe for UnifiedParser
impl Send for UnifiedParser
impl Sync for UnifiedParser
impl Unpin for UnifiedParser
impl UnsafeUnpin for UnifiedParser
impl UnwindSafe for UnifiedParser
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