pub struct Collection<'a> {
pub variables: VarMap,
pub definitions: DefinitionMap<'a>,
}
Fields§
§variables: VarMap
§definitions: DefinitionMap<'a>
Auto Trait Implementations§
impl<'a> Freeze for Collection<'a>
impl<'a> RefUnwindSafe for Collection<'a>
impl<'a> Send for Collection<'a>
impl<'a> Sync for Collection<'a>
impl<'a> Unpin for Collection<'a>
impl<'a> UnwindSafe for Collection<'a>
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