pub struct NominalStreamOpts {
pub max_points_per_record: usize,
pub max_request_delay: Duration,
pub max_buffered_requests: usize,
pub request_dispatcher_tasks: usize,
pub base_api_url: String,
}Fields§
§max_points_per_record: usize§max_request_delay: Duration§max_buffered_requests: usize§request_dispatcher_tasks: usize§base_api_url: StringTrait Implementations§
Source§impl Clone for NominalStreamOpts
impl Clone for NominalStreamOpts
Source§fn clone(&self) -> NominalStreamOpts
fn clone(&self) -> NominalStreamOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NominalStreamOpts
impl Debug for NominalStreamOpts
Auto Trait Implementations§
impl Freeze for NominalStreamOpts
impl RefUnwindSafe for NominalStreamOpts
impl Send for NominalStreamOpts
impl Sync for NominalStreamOpts
impl Unpin for NominalStreamOpts
impl UnwindSafe for NominalStreamOpts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request