pub enum ExplorationRankError {
UnknownExplorationRank(u8),
}Variants§
Trait Implementations§
Source§impl Debug for ExplorationRankError
impl Debug for ExplorationRankError
Source§impl Display for ExplorationRankError
impl Display for ExplorationRankError
Source§impl Error for ExplorationRankError
impl Error for ExplorationRankError
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()
Auto Trait Implementations§
impl Freeze for ExplorationRankError
impl RefUnwindSafe for ExplorationRankError
impl Send for ExplorationRankError
impl Sync for ExplorationRankError
impl Unpin for ExplorationRankError
impl UnsafeUnpin for ExplorationRankError
impl UnwindSafe for ExplorationRankError
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