pub struct ResolverCtx<'frame, 'bp> { /* private fields */ }Implementations§
Source§impl<'frame, 'bp> ResolverCtx<'frame, 'bp>
impl<'frame, 'bp> ResolverCtx<'frame, 'bp>
pub fn new( variables: &'bp Variables, scope: &'frame Scope<'frame, 'bp>, states: &'frame States, attribute_storage: &'frame AttributeStorage<'bp>, function_table: &'bp FunctionTable, ) -> Self
Auto Trait Implementations§
impl<'frame, 'bp> Freeze for ResolverCtx<'frame, 'bp>
impl<'frame, 'bp> !RefUnwindSafe for ResolverCtx<'frame, 'bp>
impl<'frame, 'bp> !Send for ResolverCtx<'frame, 'bp>
impl<'frame, 'bp> !Sync for ResolverCtx<'frame, 'bp>
impl<'frame, 'bp> Unpin for ResolverCtx<'frame, 'bp>
impl<'frame, 'bp> UnsafeUnpin for ResolverCtx<'frame, 'bp>
impl<'frame, 'bp> !UnwindSafe for ResolverCtx<'frame, 'bp>
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