Struct sparkle::Question [] [src]

pub struct Question<'a, F: Format<'a>> { /* fields omitted */ }

Encapsulates a question stored in a given format.

Methods

impl<'a, F: Format<'a>> Question<'a, F>
[src]

Trait Implementations

impl<'a, F: Clone + Format<'a>> Clone for Question<'a, F> where
    F::Name: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, F: Debug + Format<'a>> Debug for Question<'a, F> where
    F::Name: Debug
[src]

Formats the value using the given formatter.

impl<'a, F: Eq + Format<'a>> Eq for Question<'a, F> where
    F::Name: Eq
[src]

impl<'a, F: PartialEq + Format<'a>> PartialEq for Question<'a, F> where
    F::Name: PartialEq
[src]

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

This method tests for !=.