pub enum GetNpcError {
Status404,
}Expand description
struct for typed errors of method get_npc
Variants§
Status404
NPC not found.
Trait Implementations§
Source§impl Clone for GetNpcError
impl Clone for GetNpcError
Source§fn clone(&self) -> GetNpcError
fn clone(&self) -> GetNpcError
Returns a duplicate 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 GetNpcError
impl Debug for GetNpcError
Source§impl<'de> Deserialize<'de> for GetNpcError
impl<'de> Deserialize<'de> for GetNpcError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for GetNpcError
impl Serialize for GetNpcError
Source§impl TryFrom<StatusCode> for GetNpcError
impl TryFrom<StatusCode> for GetNpcError
Auto Trait Implementations§
impl Freeze for GetNpcError
impl RefUnwindSafe for GetNpcError
impl Send for GetNpcError
impl Sync for GetNpcError
impl Unpin for GetNpcError
impl UnwindSafe for GetNpcError
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