pub struct RobustNtripClientOptions {
pub max_backoff_duration: Duration,
pub timeout: Option<Duration>,
}Expand description
Options for connecting to the NTRIP server.
Fields§
§max_backoff_duration: DurationMaximal interval to retry the NTRIP connection.
timeout: Option<Duration>Reset the NTRIP connection after this duration of not receiving updates.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RobustNtripClientOptions
impl RefUnwindSafe for RobustNtripClientOptions
impl Send for RobustNtripClientOptions
impl Sync for RobustNtripClientOptions
impl Unpin for RobustNtripClientOptions
impl UnwindSafe for RobustNtripClientOptions
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