Struct spaceapi_server::api::Event []

pub struct Event {
    pub name: String,
    pub _type: String,
    pub timestamp: u64,
    pub extra: Optional<String>,
}

Fields

name
_type
timestamp
extra

Trait Implementations

impl ToJson for Event

fn to_json(&self) -> Json

Derived Implementations

impl Clone for Event

fn clone(&self) -> Event

impl Debug for Event

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>