pub struct Cat<T> {
pub tag: String,
pub defs: Vec<Def<T>>,
}Expand description
A Cat is a full cat memory-model definition, with all its
includes resolved.
Fields§
§tag: String§defs: Vec<Def<T>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Cat<T>
impl<T> RefUnwindSafe for Cat<T>where
T: RefUnwindSafe,
impl<T> Send for Cat<T>where
T: Send,
impl<T> Sync for Cat<T>where
T: Sync,
impl<T> Unpin for Cat<T>where
T: Unpin,
impl<T> UnwindSafe for Cat<T>where
T: UnwindSafe,
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