pub struct FrontKey {
pub path: String,
pub kind: &'static str,
pub value: String,
pub lines: usize,
}Expand description
One key of frontmatter_get’s answer.
Fields§
§path: String§kind: &'static str§value: String§lines: usizeTrait Implementations§
impl Eq for FrontKey
impl StructuralPartialEq for FrontKey
Auto Trait Implementations§
impl Freeze for FrontKey
impl RefUnwindSafe for FrontKey
impl Send for FrontKey
impl Sync for FrontKey
impl Unpin for FrontKey
impl UnsafeUnpin for FrontKey
impl UnwindSafe for FrontKey
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