pub struct DuplicateEntityMetadataIndex { /* private fields */ }Expand description
Error returned when an entity metadata sequence repeats an index.
Implementations§
Source§impl DuplicateEntityMetadataIndex
impl DuplicateEntityMetadataIndex
Sourcepub const fn index(self) -> EntityMetadataIndex
pub const fn index(self) -> EntityMetadataIndex
Returns the repeated index.
Trait Implementations§
Source§impl Clone for DuplicateEntityMetadataIndex
impl Clone for DuplicateEntityMetadataIndex
Source§fn clone(&self) -> DuplicateEntityMetadataIndex
fn clone(&self) -> DuplicateEntityMetadataIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DuplicateEntityMetadataIndex
Source§impl Debug for DuplicateEntityMetadataIndex
impl Debug for DuplicateEntityMetadataIndex
impl Eq for DuplicateEntityMetadataIndex
Source§impl Error for DuplicateEntityMetadataIndex
impl Error for DuplicateEntityMetadataIndex
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for DuplicateEntityMetadataIndex
impl Hash for DuplicateEntityMetadataIndex
impl StructuralPartialEq for DuplicateEntityMetadataIndex
Auto Trait Implementations§
impl Freeze for DuplicateEntityMetadataIndex
impl RefUnwindSafe for DuplicateEntityMetadataIndex
impl Send for DuplicateEntityMetadataIndex
impl Sync for DuplicateEntityMetadataIndex
impl Unpin for DuplicateEntityMetadataIndex
impl UnsafeUnpin for DuplicateEntityMetadataIndex
impl UnwindSafe for DuplicateEntityMetadataIndex
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