Struct simpla_vortaro::Traduko [] [src]

pub struct Traduko {
    pub kodo: String,
    pub vorto: Option<String>,
    pub lingvo: String,
    pub traduko: String,
}

Fields

Trait Implementations

impl Debug for Traduko
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Traduko
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Traduko

impl Sync for Traduko