pub enum StreamOutputFormatMissingFieldError {
StreamLifetimeOrdinal,
FormatDetails,
}
Expand description
Missing fields in StreamOutputFormat
.
Variants§
Trait Implementations§
Source§impl Clone for StreamOutputFormatMissingFieldError
impl Clone for StreamOutputFormatMissingFieldError
Source§fn clone(&self) -> StreamOutputFormatMissingFieldError
fn clone(&self) -> StreamOutputFormatMissingFieldError
Returns a copy 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 From<StreamOutputFormatMissingFieldError> for StreamOutputFormatValidationError
impl From<StreamOutputFormatMissingFieldError> for StreamOutputFormatValidationError
Source§fn from(src: StreamOutputFormatMissingFieldError) -> Self
fn from(src: StreamOutputFormatMissingFieldError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StreamOutputFormatMissingFieldError
impl PartialEq for StreamOutputFormatMissingFieldError
Source§fn eq(&self, other: &StreamOutputFormatMissingFieldError) -> bool
fn eq(&self, other: &StreamOutputFormatMissingFieldError) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for StreamOutputFormatMissingFieldError
impl StructuralPartialEq for StreamOutputFormatMissingFieldError
Auto Trait Implementations§
impl Freeze for StreamOutputFormatMissingFieldError
impl RefUnwindSafe for StreamOutputFormatMissingFieldError
impl Send for StreamOutputFormatMissingFieldError
impl Sync for StreamOutputFormatMissingFieldError
impl Unpin for StreamOutputFormatMissingFieldError
impl UnwindSafe for StreamOutputFormatMissingFieldError
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)