pub struct InvalidEntityMetadataIndex { /* private fields */ }Expand description
Error returned when 0xff is used as an entity metadata entry index.
Implementations§
Trait Implementations§
Source§impl Clone for InvalidEntityMetadataIndex
impl Clone for InvalidEntityMetadataIndex
Source§fn clone(&self) -> InvalidEntityMetadataIndex
fn clone(&self) -> InvalidEntityMetadataIndex
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 InvalidEntityMetadataIndex
Source§impl Debug for InvalidEntityMetadataIndex
impl Debug for InvalidEntityMetadataIndex
Source§impl Display for InvalidEntityMetadataIndex
impl Display for InvalidEntityMetadataIndex
impl Eq for InvalidEntityMetadataIndex
Source§impl Error for InvalidEntityMetadataIndex
impl Error for InvalidEntityMetadataIndex
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 InvalidEntityMetadataIndex
impl Hash for InvalidEntityMetadataIndex
impl StructuralPartialEq for InvalidEntityMetadataIndex
Auto Trait Implementations§
impl Freeze for InvalidEntityMetadataIndex
impl RefUnwindSafe for InvalidEntityMetadataIndex
impl Send for InvalidEntityMetadataIndex
impl Sync for InvalidEntityMetadataIndex
impl Unpin for InvalidEntityMetadataIndex
impl UnsafeUnpin for InvalidEntityMetadataIndex
impl UnwindSafe for InvalidEntityMetadataIndex
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