pub struct InvalidErrTypeFlag { /* private fields */ }
Expand description
A possible error value when converting a ErrType
from a digit
This error indicates that the supplied input was not a valid digit, was less than 1000, or was greater than 4293.
Trait Implementations§
Source§impl Debug for InvalidErrTypeFlag
impl Debug for InvalidErrTypeFlag
Source§impl Display for InvalidErrTypeFlag
impl Display for InvalidErrTypeFlag
Source§impl Error for InvalidErrTypeFlag
impl Error for InvalidErrTypeFlag
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 InvalidErrTypeFlag
impl PartialEq for InvalidErrTypeFlag
impl StructuralPartialEq for InvalidErrTypeFlag
Auto Trait Implementations§
impl Freeze for InvalidErrTypeFlag
impl RefUnwindSafe for InvalidErrTypeFlag
impl Send for InvalidErrTypeFlag
impl Sync for InvalidErrTypeFlag
impl Unpin for InvalidErrTypeFlag
impl UnwindSafe for InvalidErrTypeFlag
Blanket Implementations§
Source§impl<Data> ApiSuccessResponse for Data
impl<Data> ApiSuccessResponse for Data
fn api_response<Meta>(self, meta: Option<Meta>) -> ApiResponse<Self, Meta>
fn api_response_without_meta<Meta>(self) -> ApiResponse<Self, Meta>
fn api_response_with_meta<Meta>(self, meta: Meta) -> ApiResponse<Self, Meta>
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