Struct serial_number::Group [] [src]

pub struct Group<T> { /* fields omitted */ }

Trait Implementations

impl<T: PartialEq> PartialEq for Group<T>
[src]

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

This method tests for !=.

impl<T: Debug> Debug for Group<T>
[src]

Formats the value using the given formatter.

impl<T: Clone> Clone for Group<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Group<Byte>
[src]

Formats the value using the given formatter. Read more