Enum elite_journal::entry::incremental::Event[][src]

pub enum Event {
Show 23 variants Fileheader(Fileheader), Cargo(Manifest), NewCommander(NewCommander), ClearSavedGame(Commander), Commander(Commander), LoadGame(LoadGame), Materials(Materials), Location(Location), Docked(Docked), DockingGranted(DockingGranted), DockingRequested(DockingRequested), DockingDenied(DockingDenied), DockingCancelled(DockingCancelled), DockingTimeout(DockingTimeout), Liftoff(Liftoff), LeaveBody(LeaveBody), ApproachBody(ApproachBody), FsdTarget(FsdTarget), FsdJump(FsdJump), NavRoute(NavRoute), BuyExplorationData(BuyExplorationData), SellExplorationData(SellExplorationData), Other,
}
Expand description

Information provided by the player journal

Variants

Fileheader(Fileheader)

Tuple Fields

Cargo(Manifest)

Tuple Fields

NewCommander(NewCommander)

Tuple Fields

ClearSavedGame(Commander)

Tuple Fields

Commander(Commander)

Tuple Fields

LoadGame(LoadGame)

Tuple Fields

Materials(Materials)

Tuple Fields

Location(Location)

Tuple Fields

Docked(Docked)

Tuple Fields

0: Docked

DockingGranted(DockingGranted)

Tuple Fields

DockingRequested(DockingRequested)

Tuple Fields

DockingDenied(DockingDenied)

Tuple Fields

DockingCancelled(DockingCancelled)

Tuple Fields

DockingTimeout(DockingTimeout)

Tuple Fields

Liftoff(Liftoff)

Tuple Fields

LeaveBody(LeaveBody)

Tuple Fields

ApproachBody(ApproachBody)

Tuple Fields

FsdTarget(FsdTarget)

Tuple Fields

FsdJump(FsdJump)

Tuple Fields

NavRoute(NavRoute)

Tuple Fields

Signals an update to the NavRoute.json file

BuyExplorationData(BuyExplorationData)

Tuple Fields

SellExplorationData(SellExplorationData)

Tuple Fields

Other

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.