pub struct NominalDatasetStream { /* private fields */ }Implementations§
Source§impl NominalDatasetStream
impl NominalDatasetStream
pub fn builder() -> NominalDatasetStreamBuilder
pub fn new_with_consumer<C: WriteRequestConsumer + 'static>( consumer: C, opts: NominalStreamOpts, ) -> Self
pub fn double_writer<'a>( &'a self, channel_descriptor: &'a ChannelDescriptor, ) -> NominalDoubleWriter<'a>
pub fn string_writer<'a>( &'a self, channel_descriptor: &'a ChannelDescriptor, ) -> NominalStringWriter<'a>
pub fn integer_writer<'a>( &'a self, channel_descriptor: &'a ChannelDescriptor, ) -> NominalIntegerWriter<'a>
pub fn enqueue( &self, channel_descriptor: &ChannelDescriptor, new_points: impl IntoPoints, )
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NominalDatasetStream
impl !RefUnwindSafe for NominalDatasetStream
impl Send for NominalDatasetStream
impl Sync for NominalDatasetStream
impl Unpin for NominalDatasetStream
impl !UnwindSafe for NominalDatasetStream
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> 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