pub struct MemoryRow {
pub name: String,
pub title: String,
pub hook: String,
pub file: String,
}Expand description
One row parsed out of MEMORY.md.
Fields§
§name: String§title: String§hook: String§file: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryRow
impl RefUnwindSafe for MemoryRow
impl Send for MemoryRow
impl Sync for MemoryRow
impl Unpin for MemoryRow
impl UnsafeUnpin for MemoryRow
impl UnwindSafe for MemoryRow
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