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

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.