pub struct InvalidWorldPath;Expand description
Returned when a world key cannot be represented as an Engine world.
Trait Implementations§
Source§impl Clone for InvalidWorldPath
impl Clone for InvalidWorldPath
Source§fn clone(&self) -> InvalidWorldPath
fn clone(&self) -> InvalidWorldPath
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 InvalidWorldPath
Source§impl Debug for InvalidWorldPath
impl Debug for InvalidWorldPath
Source§impl Display for InvalidWorldPath
impl Display for InvalidWorldPath
impl Eq for InvalidWorldPath
Source§impl Error for InvalidWorldPath
impl Error for InvalidWorldPath
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 PartialEq for InvalidWorldPath
impl PartialEq for InvalidWorldPath
Source§fn eq(&self, other: &InvalidWorldPath) -> bool
fn eq(&self, other: &InvalidWorldPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InvalidWorldPath
Auto Trait Implementations§
impl Freeze for InvalidWorldPath
impl RefUnwindSafe for InvalidWorldPath
impl Send for InvalidWorldPath
impl Sync for InvalidWorldPath
impl Unpin for InvalidWorldPath
impl UnsafeUnpin for InvalidWorldPath
impl UnwindSafe for InvalidWorldPath
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