pub struct ParseCat {
pub tag: String,
pub defs: Vec<ParseDef>,
}Expand description
A ParseCat represents a single parsed cat file.
Fields§
§tag: String§defs: Vec<ParseDef>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseCat
impl RefUnwindSafe for ParseCat
impl Send for ParseCat
impl Sync for ParseCat
impl Unpin for ParseCat
impl UnwindSafe for ParseCat
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