Struct xio_webapi::PositionWithCaption[][src]

pub struct PositionWithCaption {
    pub position: u16,
    pub caption: String,
}

Fields

Trait Implementations

impl Clone for PositionWithCaption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PositionWithCaption
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PositionWithCaption
[src]

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

This method tests for !=.

impl Eq for PositionWithCaption
[src]

Auto Trait Implementations