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