pub struct ApiNotFound {
pub major: u16,
pub minor: u16,
}
Fields§
§major: u16
§minor: u16
Trait Implementations§
Source§impl Clone for ApiNotFound
impl Clone for ApiNotFound
Source§fn clone(&self) -> ApiNotFound
fn clone(&self) -> ApiNotFound
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ApiNotFound
impl Debug for ApiNotFound
Source§impl Display for ApiNotFound
impl Display for ApiNotFound
Source§impl Error for ApiNotFound
impl Error for ApiNotFound
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 Hash for ApiNotFound
impl Hash for ApiNotFound
Source§impl PartialEq for ApiNotFound
impl PartialEq for ApiNotFound
impl Copy for ApiNotFound
impl Eq for ApiNotFound
impl StructuralPartialEq for ApiNotFound
Auto Trait Implementations§
impl Freeze for ApiNotFound
impl RefUnwindSafe for ApiNotFound
impl Send for ApiNotFound
impl Sync for ApiNotFound
impl Unpin for ApiNotFound
impl UnwindSafe for ApiNotFound
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