#[repr(i32)]pub enum StreamingPutError {
NoError = 0,
ErrUnknownSchemaVersion = 1,
ErrIncompleteSchemaVersionCoverage = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StreamingPutError
impl Clone for StreamingPutError
Source§fn clone(&self) -> StreamingPutError
fn clone(&self) -> StreamingPutError
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 StreamingPutError
impl Debug for StreamingPutError
Source§impl Default for StreamingPutError
impl Default for StreamingPutError
Source§fn default() -> StreamingPutError
fn default() -> StreamingPutError
Returns the “default value” for a type. Read more
Source§impl From<StreamingPutError> for i32
impl From<StreamingPutError> for i32
Source§fn from(value: StreamingPutError) -> i32
fn from(value: StreamingPutError) -> i32
Converts to this type from the input type.
Source§impl Hash for StreamingPutError
impl Hash for StreamingPutError
Source§impl Ord for StreamingPutError
impl Ord for StreamingPutError
Source§fn cmp(&self, other: &StreamingPutError) -> Ordering
fn cmp(&self, other: &StreamingPutError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StreamingPutError
impl PartialEq for StreamingPutError
Source§impl PartialOrd for StreamingPutError
impl PartialOrd for StreamingPutError
impl Copy for StreamingPutError
impl Eq for StreamingPutError
impl StructuralPartialEq for StreamingPutError
Auto Trait Implementations§
impl Freeze for StreamingPutError
impl RefUnwindSafe for StreamingPutError
impl Send for StreamingPutError
impl Sync for StreamingPutError
impl Unpin for StreamingPutError
impl UnwindSafe for StreamingPutError
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