Struct simpla_vortaro::Difino [] [src]

pub struct Difino {
    pub difino: Option<String>,
    pub pludifinoj: Vec<Pludifino>,
    pub ekzemploj: Vec<Ekzemplo>,
    pub tradukoj: Vec<Traduko>,
}

Fields

Trait Implementations

impl Debug for Difino
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Difino
[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 Difino

impl Sync for Difino