[][src]Struct graph_rs_types::entitytypes::List

pub struct List {
    pub display_name: String,
    pub list: ListInfo,
    pub sharepoint_ids: SharepointIds,
    pub system: SystemFacet,
    pub columns: Vec<ColumnDefinition>,
    pub content_types: Vec<ContentType>,
    pub drive: Drive,
    pub items: Vec<ListItem>,
}

Fields

display_name: Stringlist: ListInfosharepoint_ids: SharepointIdssystem: SystemFacetcolumns: Vec<ColumnDefinition>content_types: Vec<ContentType>drive: Driveitems: Vec<ListItem>

Trait Implementations

impl Eq for List[src]

impl Clone for List[src]

impl PartialEq<List> for List[src]

impl Debug for List[src]

impl Serialize for List[src]

impl<'de> Deserialize<'de> for List[src]

Auto Trait Implementations

impl Send for List

impl Unpin for List

impl Sync for List

impl RefUnwindSafe for List

impl UnwindSafe for List

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]