Struct actix_ogn::OGNMessage [] [src]

pub struct OGNMessage {
    pub message: APRSMessage,
    pub raw: String,
}

Received a position record from the OGN client.

Fields

Trait Implementations

impl Message for OGNMessage
[src]

The type of value that this message will resolved with if it is successful. Read more

impl Clone for OGNMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OGNMessage

impl Sync for OGNMessage