Struct sharepoint::list::List [] [src]

pub struct List {
    pub id: Uuid,
}

Fields

Trait Implementations

impl Debug for List
[src]

[src]

Formats the value using the given formatter.

impl Default for List
[src]

[src]

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