Struct mz_compute_client::sinks::SubscribeSinkConnection
source · [−]pub struct SubscribeSinkConnection {}Trait Implementations
sourceimpl Arbitrary for SubscribeSinkConnection
impl Arbitrary for SubscribeSinkConnection
type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default. Read moretype Strategy = fn() -> SubscribeSinkConnection
type Strategy = fn() -> SubscribeSinkConnection
sourcefn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
sourceimpl Clone for SubscribeSinkConnection
impl Clone for SubscribeSinkConnection
sourcefn clone(&self) -> SubscribeSinkConnection
fn clone(&self) -> SubscribeSinkConnection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SubscribeSinkConnection
impl Debug for SubscribeSinkConnection
sourceimpl Default for SubscribeSinkConnection
impl Default for SubscribeSinkConnection
sourcefn default() -> SubscribeSinkConnection
fn default() -> SubscribeSinkConnection
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SubscribeSinkConnection
impl<'de> Deserialize<'de> for SubscribeSinkConnection
sourcefn 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
sourceimpl PartialEq<SubscribeSinkConnection> for SubscribeSinkConnection
impl PartialEq<SubscribeSinkConnection> for SubscribeSinkConnection
sourcefn eq(&self, other: &SubscribeSinkConnection) -> bool
fn eq(&self, other: &SubscribeSinkConnection) -> bool
sourceimpl Serialize for SubscribeSinkConnection
impl Serialize for SubscribeSinkConnection
impl Eq for SubscribeSinkConnection
impl StructuralEq for SubscribeSinkConnection
impl StructuralPartialEq for SubscribeSinkConnection
Auto Trait Implementations
impl RefUnwindSafe for SubscribeSinkConnection
impl Send for SubscribeSinkConnection
impl Sync for SubscribeSinkConnection
impl Unpin for SubscribeSinkConnection
impl UnwindSafe for SubscribeSinkConnection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.sourceimpl<T> FutureExt for T
impl<T> FutureExt for T
sourcefn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
sourcefn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
sourcefn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Requestsourceimpl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ProgressEventTimestamp for Twhere
T: Data + Debug + Any,
impl<T> ProgressEventTimestamp for Twhere
T: Data + Debug + Any,
sourceimpl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
sourcefn into_rust(self) -> Result<R, TryFromProtoError>
fn into_rust(self) -> Result<R, TryFromProtoError>
See
RustType::from_proto.sourcefn from_rust(rust: &R) -> P
fn from_rust(rust: &R) -> P
See
RustType::into_proto.