Struct r6tracker::types::user_data::InvalidApiResponseError
source · pub struct InvalidApiResponseError(pub Vec<ApiError>);
Tuple Fields§
§0: Vec<ApiError>
Trait Implementations§
source§impl Debug for InvalidApiResponseError
impl Debug for InvalidApiResponseError
source§impl Display for InvalidApiResponseError
impl Display for InvalidApiResponseError
source§impl Error for InvalidApiResponseError
impl Error for InvalidApiResponseError
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<InvalidApiResponseError> for Error
impl From<InvalidApiResponseError> for Error
source§fn from(source: InvalidApiResponseError) -> Self
fn from(source: InvalidApiResponseError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for InvalidApiResponseError
impl Send for InvalidApiResponseError
impl Sync for InvalidApiResponseError
impl Unpin for InvalidApiResponseError
impl UnwindSafe for InvalidApiResponseError
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