pub enum CreateShipShipScanError {}Expand description
Enum for known errors of method create_ship_ship_scan.
Trait Implementations§
Source§impl Clone for CreateShipShipScanError
impl Clone for CreateShipShipScanError
Source§fn clone(&self) -> CreateShipShipScanError
fn clone(&self) -> CreateShipShipScanError
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 moreAuto Trait Implementations§
impl Freeze for CreateShipShipScanError
impl RefUnwindSafe for CreateShipShipScanError
impl Send for CreateShipShipScanError
impl Sync for CreateShipShipScanError
impl Unpin for CreateShipShipScanError
impl UnwindSafe for CreateShipShipScanError
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