struct CompiledItems<'a>(Vec<Item<'a>>);Tuple Fields§
§0: Vec<Item<'a>>Auto Trait Implementations§
impl<'a> Freeze for CompiledItems<'a>
impl<'a> RefUnwindSafe for CompiledItems<'a>
impl<'a> Send for CompiledItems<'a>
impl<'a> Sync for CompiledItems<'a>
impl<'a> Unpin for CompiledItems<'a>
impl<'a> UnsafeUnpin for CompiledItems<'a>
impl<'a> UnwindSafe for CompiledItems<'a>
Blanket Implementations§
impl<T> Allocation for T
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