Struct open_notify_api::Person [] [src]

pub struct Person { /* fields omitted */ }

People are contained in a separate type Person to add the information in which craft they are in.

Methods

impl Person
[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for Person
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Person

impl Sync for Person