pub struct ParsingNtripClient { /* private fields */ }Expand description
A client which parses RTCM messages from the NTRIP stream.
Implementations§
Auto Trait Implementations§
impl Freeze for ParsingNtripClient
impl !RefUnwindSafe for ParsingNtripClient
impl Send for ParsingNtripClient
impl Sync for ParsingNtripClient
impl Unpin for ParsingNtripClient
impl !UnwindSafe for ParsingNtripClient
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