pub enum CreateShipSystemScanSuccess {
Status201(CreateShipSystemScan201Response),
}Expand description
Enum for successes of method create_ship_system_scan.
Variants§
Status201(CreateShipSystemScan201Response)
Response for status code 201.
Trait Implementations§
Source§impl Clone for CreateShipSystemScanSuccess
impl Clone for CreateShipSystemScanSuccess
Source§fn clone(&self) -> CreateShipSystemScanSuccess
fn clone(&self) -> CreateShipSystemScanSuccess
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 CreateShipSystemScanSuccess
impl RefUnwindSafe for CreateShipSystemScanSuccess
impl Send for CreateShipSystemScanSuccess
impl Sync for CreateShipSystemScanSuccess
impl Unpin for CreateShipSystemScanSuccess
impl UnwindSafe for CreateShipSystemScanSuccess
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