pub struct OrbitParser;
Expand description
Main parser for .orbit files
Implementations§
Trait Implementations§
Source§impl Default for OrbitParser
impl Default for OrbitParser
Source§fn default() -> OrbitParser
fn default() -> OrbitParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OrbitParser
impl RefUnwindSafe for OrbitParser
impl Send for OrbitParser
impl Sync for OrbitParser
impl Unpin for OrbitParser
impl UnwindSafe for OrbitParser
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