pub struct NominalDatasetStreamBuilder { /* private fields */ }Implementations§
Source§impl NominalDatasetStreamBuilder
impl NominalDatasetStreamBuilder
pub fn stream_to_core( self, bearer_token: BearerToken, dataset: ResourceIdentifier, handle: Handle, ) -> NominalDatasetStreamBuilder
pub fn stream_to_file(self, file_path: impl Into<PathBuf>) -> Self
pub fn with_file_fallback(self, file_path: impl Into<PathBuf>) -> Self
pub fn add_listener(self, listener: Arc<dyn NominalStreamListener>) -> Self
pub fn with_listeners( self, listeners: Vec<Arc<dyn NominalStreamListener>>, ) -> Self
pub fn with_options(self, opts: NominalStreamOpts) -> Self
pub fn enable_logging(self) -> Self
pub fn enable_logging_with_directive(self, log_directive: &str) -> Self
pub fn build(self) -> NominalDatasetStream
Trait Implementations§
Source§impl Debug for NominalDatasetStreamBuilder
impl Debug for NominalDatasetStreamBuilder
Source§impl Default for NominalDatasetStreamBuilder
impl Default for NominalDatasetStreamBuilder
Source§fn default() -> NominalDatasetStreamBuilder
fn default() -> NominalDatasetStreamBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NominalDatasetStreamBuilder
impl RefUnwindSafe for NominalDatasetStreamBuilder
impl Send for NominalDatasetStreamBuilder
impl Sync for NominalDatasetStreamBuilder
impl Unpin for NominalDatasetStreamBuilder
impl UnwindSafe for NominalDatasetStreamBuilder
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