pub enum GetAllNpcItemsError {}Expand description
struct for typed errors of method get_all_npc_items
Trait Implementations§
Source§impl Clone for GetAllNpcItemsError
impl Clone for GetAllNpcItemsError
Source§fn clone(&self) -> GetAllNpcItemsError
fn clone(&self) -> GetAllNpcItemsError
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 GetAllNpcItemsError
impl Debug for GetAllNpcItemsError
Source§impl<'de> Deserialize<'de> for GetAllNpcItemsError
impl<'de> Deserialize<'de> for GetAllNpcItemsError
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 GetAllNpcItemsError
impl Serialize for GetAllNpcItemsError
Source§impl TryFrom<StatusCode> for GetAllNpcItemsError
impl TryFrom<StatusCode> for GetAllNpcItemsError
Auto Trait Implementations§
impl Freeze for GetAllNpcItemsError
impl RefUnwindSafe for GetAllNpcItemsError
impl Send for GetAllNpcItemsError
impl Sync for GetAllNpcItemsError
impl Unpin for GetAllNpcItemsError
impl UnwindSafe for GetAllNpcItemsError
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