[][src]Struct graph_rs_types::entitytypes::OnenotePage

pub struct OnenotePage {
    pub title: String,
    pub created_by_app_id: String,
    pub links: PageLinks,
    pub content_url: String,
    pub content: Vec<u8>,
    pub last_modified_date_time: String,
    pub level: i32,
    pub order: i32,
    pub user_tags: Vec<String>,
    pub parent_section: OnenoteSection,
    pub parent_notebook: Notebook,
}

Fields

title: Stringcreated_by_app_id: Stringlinks: PageLinkscontent_url: Stringcontent: Vec<u8>last_modified_date_time: Stringlevel: i32order: i32user_tags: Vec<String>parent_section: OnenoteSectionparent_notebook: Notebook

Trait Implementations

impl Eq for OnenotePage[src]

impl Clone for OnenotePage[src]

impl PartialEq<OnenotePage> for OnenotePage[src]

impl Debug for OnenotePage[src]

impl Serialize for OnenotePage[src]

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

Auto Trait Implementations

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]