Struct fasttext::Args[][src]

pub struct Args { /* fields omitted */ }

Methods

impl Args
[src]

Trait Implementations

impl Debug for Args
[src]

Formats the value using the given formatter. Read more

impl Clone for Args
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Args
[src]

Executes the destructor for this type. Read more

impl Default for Args
[src]

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

Auto Trait Implementations

impl !Send for Args

impl !Sync for Args