Struct lazyf::lzlist::Lz[][src]

pub struct Lz {
    pub name: String,
    // some fields omitted
}

Fields

Methods

impl Lz
[src]

Trait Implementations

impl Clone for Lz
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> SGetter<&'a str> for Lz
[src]

Auto Trait Implementations

impl Send for Lz

impl Sync for Lz