pub struct RecentNotebook {
pub display_name: String,
pub last_accessed_time: String,
pub links: RecentNotebookLinks,
pub source_service: OnenoteSourceService,
}
Fields§
§display_name: String
§last_accessed_time: String
§links: RecentNotebookLinks
§source_service: OnenoteSourceService
Trait Implementations§
Source§impl Clone for RecentNotebook
impl Clone for RecentNotebook
Source§fn clone(&self) -> RecentNotebook
fn clone(&self) -> RecentNotebook
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 RecentNotebook
impl Debug for RecentNotebook
Source§impl<'de> Deserialize<'de> for RecentNotebook
impl<'de> Deserialize<'de> for RecentNotebook
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 RecentNotebook
impl PartialEq for RecentNotebook
Source§impl Serialize for RecentNotebook
impl Serialize for RecentNotebook
impl Eq for RecentNotebook
impl StructuralPartialEq for RecentNotebook
Auto Trait Implementations§
impl Freeze for RecentNotebook
impl RefUnwindSafe for RecentNotebook
impl Send for RecentNotebook
impl Sync for RecentNotebook
impl Unpin for RecentNotebook
impl UnwindSafe for RecentNotebook
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