pub enum WarpShipError {
UnknownValue(Value),
}Expand description
struct for typed errors of method warp_ship
Variants§
Trait Implementations§
Source§impl Clone for WarpShipError
impl Clone for WarpShipError
Source§fn clone(&self) -> WarpShipError
fn clone(&self) -> WarpShipError
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WarpShipError
impl Debug for WarpShipError
Source§impl<'de> Deserialize<'de> for WarpShipError
impl<'de> Deserialize<'de> for WarpShipError
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
Auto Trait Implementations§
impl Freeze for WarpShipError
impl RefUnwindSafe for WarpShipError
impl Send for WarpShipError
impl Sync for WarpShipError
impl Unpin for WarpShipError
impl UnwindSafe for WarpShipError
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