pub struct GraphNote {
pub id: String,
pub title: String,
pub notebook: Option<String>,
pub modified: Option<String>,
}Expand description
A OneNote page summary.
Fields§
§id: String§title: String§notebook: Option<String>§modified: Option<String>Trait Implementations§
impl StructuralPartialEq for GraphNote
Auto Trait Implementations§
impl Freeze for GraphNote
impl RefUnwindSafe for GraphNote
impl Send for GraphNote
impl Sync for GraphNote
impl Unpin for GraphNote
impl UnsafeUnpin for GraphNote
impl UnwindSafe for GraphNote
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