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