Struct elefren::entities::list::List[][src]

pub struct List { /* fields omitted */ }

Used for ser/de of list resources

Trait Implementations

impl Clone for List
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for List
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for List

impl Sync for List