Struct sabisabi::Card [] [src]

pub struct Card {
    // some fields omitted
}

Methods

impl<'a> Card
[src]

fn get_front(&'a self) -> &'a str

fn get_back(&'a self) -> &'a str

fn get_tag(&'a self) -> &'a Option<String>

Trait Implementations

impl Clone for Card
[src]

fn clone(&self) -> Card

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Card
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for Card
[src]

fn eq(&self, other: &Card) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.