pub struct NoteResponse {
pub path: String,
pub name: String,
pub frontmatter: Value,
pub body: String,
pub links: Vec<String>,
}Fields§
§path: String§name: String§frontmatter: Value§body: String§links: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoteResponse
impl RefUnwindSafe for NoteResponse
impl Send for NoteResponse
impl Sync for NoteResponse
impl Unpin for NoteResponse
impl UnsafeUnpin for NoteResponse
impl UnwindSafe for NoteResponse
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