Struct oxygengine_core::ecs::BatchIncomplete
source · [−]pub struct BatchIncomplete { /* private fields */ }
Expand description
Error indicating that a ColumnBatchBuilder
was missing components
Trait Implementations
sourceimpl Clone for BatchIncomplete
impl Clone for BatchIncomplete
sourcefn clone(&self) -> BatchIncomplete
fn clone(&self) -> BatchIncomplete
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 BatchIncomplete
impl Debug for BatchIncomplete
sourceimpl Display for BatchIncomplete
impl Display for BatchIncomplete
sourceimpl Error for BatchIncomplete
impl Error for BatchIncomplete
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl Hash for BatchIncomplete
impl Hash for BatchIncomplete
sourceimpl PartialEq<BatchIncomplete> for BatchIncomplete
impl PartialEq<BatchIncomplete> for BatchIncomplete
sourcefn eq(&self, other: &BatchIncomplete) -> bool
fn eq(&self, other: &BatchIncomplete) -> bool
impl Eq for BatchIncomplete
impl StructuralEq for BatchIncomplete
impl StructuralPartialEq for BatchIncomplete
Auto Trait Implementations
impl RefUnwindSafe for BatchIncomplete
impl Send for BatchIncomplete
impl Sync for BatchIncomplete
impl Unpin for BatchIncomplete
impl UnwindSafe for BatchIncomplete
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.