pub struct CopyNotebookModel {Show 15 fields
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: bool§user_role: OnenoteUserRole§sections_url: String§section_groups_url: String§links: NotebookLinks§name: String§created_by: String§created_by_identity: IdentitySet§last_modified_by: String§last_modified_by_identity: IdentitySet§last_modified_time: String§id: String§_self: String§created_time: StringTrait Implementations§
Source§impl Clone for CopyNotebookModel
impl Clone for CopyNotebookModel
Source§fn clone(&self) -> CopyNotebookModel
fn clone(&self) -> CopyNotebookModel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CopyNotebookModel
impl Debug for CopyNotebookModel
Source§impl<'de> Deserialize<'de> for CopyNotebookModel
impl<'de> Deserialize<'de> for CopyNotebookModel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CopyNotebookModel
impl PartialEq for CopyNotebookModel
Source§impl Serialize for CopyNotebookModel
impl Serialize for CopyNotebookModel
impl Eq for CopyNotebookModel
impl StructuralPartialEq for CopyNotebookModel
Auto Trait Implementations§
impl Freeze for CopyNotebookModel
impl RefUnwindSafe for CopyNotebookModel
impl Send for CopyNotebookModel
impl Sync for CopyNotebookModel
impl Unpin for CopyNotebookModel
impl UnwindSafe for CopyNotebookModel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more