pub struct ShowSystemResult {
pub system: System,
pub portal_hex: String,
pub galaxy_name: String,
pub distance_from_player: Option<f64>,
}Fields§
§system: System§portal_hex: String§galaxy_name: String§distance_from_player: Option<f64>Trait Implementations§
Source§impl Clone for ShowSystemResult
impl Clone for ShowSystemResult
Source§fn clone(&self) -> ShowSystemResult
fn clone(&self) -> ShowSystemResult
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 ShowSystemResult
impl RefUnwindSafe for ShowSystemResult
impl Send for ShowSystemResult
impl Sync for ShowSystemResult
impl Unpin for ShowSystemResult
impl UnsafeUnpin for ShowSystemResult
impl UnwindSafe for ShowSystemResult
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