pub enum DockShipError {
UnknownValue(Value),
}Expand description
struct for typed errors of method dock_ship
Variants§
Trait Implementations§
Source§impl Clone for DockShipError
impl Clone for DockShipError
Source§fn clone(&self) -> DockShipError
fn clone(&self) -> DockShipError
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 DockShipError
impl Debug for DockShipError
Source§impl<'de> Deserialize<'de> for DockShipError
impl<'de> Deserialize<'de> for DockShipError
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 DockShipError
impl RefUnwindSafe for DockShipError
impl Send for DockShipError
impl Sync for DockShipError
impl Unpin for DockShipError
impl UnwindSafe for DockShipError
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