Struct fix_rs::field_tag::FieldTag [] [src]

pub struct FieldTag(pub u64);

Methods

impl FieldTag
[src]

Trait Implementations

impl Clone for FieldTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FieldTag
[src]

impl Eq for FieldTag
[src]

impl Hash for FieldTag
[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 FieldTag
[src]

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

This method tests for !=.

impl Debug for FieldTag
[src]

Formats the value using the given formatter.

impl Display for FieldTag
[src]

Formats the value using the given formatter. Read more

impl Into<Vec<u8>> for FieldTag
[src]

Performs the conversion.

impl Into<u64> for FieldTag
[src]

Performs the conversion.

impl<'a> From<&'a [u8]> for FieldTag
[src]

Performs the conversion.

impl From<u64> for FieldTag
[src]

Performs the conversion.

impl PartialOrd for FieldTag
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for FieldTag
[src]

This method returns an Ordering between self and other. Read more