pub enum Sink {
TheVoid(Option<String>),
}
Expand description
Supported external systems.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Sink
impl<'de> Deserialize<'de> for Sink
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Sink
impl Ord for Sink
Source§impl PartialOrd for Sink
impl PartialOrd for Sink
Source§impl<T> Sinkable<T> for Sink
impl<T> Sinkable<T> for Sink
Source§fn sink<S, P>(
&self,
stream: &Stream<S, ResultDiff<T>>,
pact: P,
probe: &mut ProbeHandle<T>,
context: SinkingContext,
) -> Result<Option<Stream<S, Output>>, Error>
fn sink<S, P>( &self, stream: &Stream<S, ResultDiff<T>>, pact: P, probe: &mut ProbeHandle<T>, context: SinkingContext, ) -> Result<Option<Stream<S, Output>>, Error>
Creates a timely operator feeding dataflow outputs to a
specialized data sink.
impl Eq for Sink
impl StructuralPartialEq for Sink
Auto Trait Implementations§
impl Freeze for Sink
impl RefUnwindSafe for Sink
impl Send for Sink
impl Sync for Sink
impl Unpin for Sink
impl UnwindSafe for Sink
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