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