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