Struct fix_rs::fixt::engine::Connection [] [src]

pub struct Connection(pub usize);

Trait Implementations

impl Clone for Connection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Connection
[src]

impl Debug for Connection
[src]

Formats the value using the given formatter.

impl Eq for Connection
[src]

impl Hash for Connection
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Connection
[src]

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

This method tests for !=.

impl Display for Connection
[src]

Formats the value using the given formatter. Read more