[][src]Struct graph_rs_types::entitytypes::Site

pub struct Site {
    pub display_name: String,
    pub root: Root,
    pub sharepoint_ids: SharepointIds,
    pub site_collection: SiteCollection,
    pub analytics: ItemAnalytics,
    pub columns: Vec<ColumnDefinition>,
    pub content_types: Vec<ContentType>,
    pub drive: Drive,
    pub drives: Vec<Drive>,
    pub items: Vec<BaseItem>,
    pub lists: Vec<List>,
    pub sites: Vec<Site>,
    pub onenote: Onenote,
}

Fields

display_name: Stringroot: Rootsharepoint_ids: SharepointIdssite_collection: SiteCollectionanalytics: ItemAnalyticscolumns: Vec<ColumnDefinition>content_types: Vec<ContentType>drive: Drivedrives: Vec<Drive>items: Vec<BaseItem>lists: Vec<List>sites: Vec<Site>onenote: Onenote

Trait Implementations

impl Eq for Site[src]

impl Clone for Site[src]

impl PartialEq<Site> for Site[src]

impl Debug for Site[src]

impl Serialize for Site[src]

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

Auto Trait Implementations

impl Send for Site

impl Unpin for Site

impl Sync for Site

impl RefUnwindSafe for Site

impl UnwindSafe for Site

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]