pub enum StreamOutputConstraintsMissingFieldError {
StreamLifetimeOrdinal,
BufferConstraintsActionRequired,
BufferConstraints,
}
Expand description
Missing fields in StreamOutputConstraints
.
Variants§
StreamLifetimeOrdinal
stream_lifetime_ordinal
is missing.
BufferConstraintsActionRequired
buffer_constraints_action_required
is missing.
BufferConstraints
buffer_constraints
is missing.
Trait Implementations§
Source§impl Clone for StreamOutputConstraintsMissingFieldError
impl Clone for StreamOutputConstraintsMissingFieldError
Source§fn clone(&self) -> StreamOutputConstraintsMissingFieldError
fn clone(&self) -> StreamOutputConstraintsMissingFieldError
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<StreamOutputConstraintsMissingFieldError> for StreamOutputConstraintsValidationError
impl From<StreamOutputConstraintsMissingFieldError> for StreamOutputConstraintsValidationError
Source§fn from(src: StreamOutputConstraintsMissingFieldError) -> Self
fn from(src: StreamOutputConstraintsMissingFieldError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StreamOutputConstraintsMissingFieldError
impl PartialEq for StreamOutputConstraintsMissingFieldError
Source§fn eq(&self, other: &StreamOutputConstraintsMissingFieldError) -> bool
fn eq(&self, other: &StreamOutputConstraintsMissingFieldError) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for StreamOutputConstraintsMissingFieldError
impl StructuralPartialEq for StreamOutputConstraintsMissingFieldError
Auto Trait Implementations§
impl Freeze for StreamOutputConstraintsMissingFieldError
impl RefUnwindSafe for StreamOutputConstraintsMissingFieldError
impl Send for StreamOutputConstraintsMissingFieldError
impl Sync for StreamOutputConstraintsMissingFieldError
impl Unpin for StreamOutputConstraintsMissingFieldError
impl UnwindSafe for StreamOutputConstraintsMissingFieldError
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
)