pub enum MinecraftXstsAuthError {
Http(Error),
}
Variants§
Http(Error)
Trait Implementations§
Source§impl Debug for MinecraftXstsAuthError
impl Debug for MinecraftXstsAuthError
Source§impl Display for MinecraftXstsAuthError
impl Display for MinecraftXstsAuthError
Source§impl Error for MinecraftXstsAuthError
impl Error for MinecraftXstsAuthError
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 From<Error> for MinecraftXstsAuthError
impl From<Error> for MinecraftXstsAuthError
Source§impl From<MinecraftXstsAuthError> for AuthError
impl From<MinecraftXstsAuthError> for AuthError
Source§fn from(source: MinecraftXstsAuthError) -> Self
fn from(source: MinecraftXstsAuthError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MinecraftXstsAuthError
impl !RefUnwindSafe for MinecraftXstsAuthError
impl Send for MinecraftXstsAuthError
impl Sync for MinecraftXstsAuthError
impl Unpin for MinecraftXstsAuthError
impl !UnwindSafe for MinecraftXstsAuthError
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