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