[][src]Struct graph_rs_types::entitytypes::Onenote

pub struct Onenote {
    pub notebooks: Vec<Notebook>,
    pub sections: Vec<OnenoteSection>,
    pub section_groups: Vec<SectionGroup>,
    pub pages: Vec<OnenotePage>,
    pub resources: Vec<OnenoteResource>,
    pub operations: Vec<OnenoteOperation>,
}

Fields

notebooks: Vec<Notebook>sections: Vec<OnenoteSection>section_groups: Vec<SectionGroup>pages: Vec<OnenotePage>resources: Vec<OnenoteResource>operations: Vec<OnenoteOperation>

Trait Implementations

impl Eq for Onenote[src]

impl Clone for Onenote[src]

impl PartialEq<Onenote> for Onenote[src]

impl Debug for Onenote[src]

impl Serialize for Onenote[src]

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

Auto Trait Implementations

impl Send for Onenote

impl Unpin for Onenote

impl Sync for Onenote

impl RefUnwindSafe for Onenote

impl UnwindSafe for Onenote

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]