[][src]Struct graph_rs_types::complextypes::CopyNotebookModel

pub struct CopyNotebookModel {
    pub is_default: bool,
    pub user_role: OnenoteUserRole,
    pub is_shared: bool,
    pub sections_url: String,
    pub section_groups_url: String,
    pub links: NotebookLinks,
    pub name: String,
    pub created_by: String,
    pub created_by_identity: IdentitySet,
    pub last_modified_by: String,
    pub last_modified_by_identity: IdentitySet,
    pub last_modified_time: String,
    pub id: String,
    pub _self: String,
    pub created_time: String,
}

Fields

is_default: booluser_role: OnenoteUserRoleis_shared: boolsections_url: Stringsection_groups_url: Stringlinks: NotebookLinksname: Stringcreated_by: Stringcreated_by_identity: IdentitySetlast_modified_by: Stringlast_modified_by_identity: IdentitySetlast_modified_time: Stringid: String_self: Stringcreated_time: String

Trait Implementations

impl Eq for CopyNotebookModel[src]

impl Clone for CopyNotebookModel[src]

impl PartialEq<CopyNotebookModel> for CopyNotebookModel[src]

impl Debug for CopyNotebookModel[src]

impl Serialize for CopyNotebookModel[src]

impl<'de> Deserialize<'de> for CopyNotebookModel[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]