Struct bowling::Player [] [src]

pub struct Player { /* fields omitted */ }

Methods

impl Player
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Player
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Player
[src]

[src]

Returns the "default value" for a type. Read more

impl<'a> From<&'a str> for Player
[src]

[src]

Performs the conversion.