pub struct TypeRoot {
pub file: String,
pub line: u32,
pub inner: Named<RootItem>,
pub extras: Vec<Named<ContainerFormat>>,
}
Fields§
§file: String
§line: u32
§inner: Named<RootItem>
§extras: Vec<Named<ContainerFormat>>
e.g. built-in types
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeRoot
impl RefUnwindSafe for TypeRoot
impl Send for TypeRoot
impl Sync for TypeRoot
impl Unpin for TypeRoot
impl UnwindSafe for TypeRoot
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