Struct r6tracker::types::overwolf::InvalidOverwolfResponseError
source · pub struct InvalidOverwolfResponseError(pub String);
Expand description
The error that occurs when an OverwolfResponse is in an error state and the data field is accessed. It optionally contains the reason of failure.
Tuple Fields§
§0: String
Trait Implementations§
source§impl Debug for InvalidOverwolfResponseError
impl Debug for InvalidOverwolfResponseError
source§impl Error for InvalidOverwolfResponseError
impl Error for InvalidOverwolfResponseError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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<InvalidOverwolfResponseError> for Error
impl From<InvalidOverwolfResponseError> for Error
source§fn from(source: InvalidOverwolfResponseError) -> Self
fn from(source: InvalidOverwolfResponseError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for InvalidOverwolfResponseError
impl Send for InvalidOverwolfResponseError
impl Sync for InvalidOverwolfResponseError
impl Unpin for InvalidOverwolfResponseError
impl UnwindSafe for InvalidOverwolfResponseError
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