pub struct CreationContext<'a>(/* private fields */);Implementations§
Source§impl<'a> CreationContext<'a>
impl<'a> CreationContext<'a>
pub fn new_input<D: 'a>(&mut self) -> (Input<'a, D>, InputRelation<D>)
Source§impl<'a> CreationContext<'a>
impl<'a> CreationContext<'a>
pub fn new_input_<T: 'a>(&mut self) -> (Input_<'a, T>, Relation<InputOp<T>>)
Source§impl<'a> CreationContext<'a>
impl<'a> CreationContext<'a>
pub fn new() -> Self
pub fn begin(self) -> ExecutionContext<'a>
pub fn tracker(&self) -> &ContextTracker
Trait Implementations§
Source§impl<'a> Default for CreationContext<'a>
impl<'a> Default for CreationContext<'a>
Source§fn default() -> CreationContext<'a>
fn default() -> CreationContext<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for CreationContext<'a>
impl<'a> !RefUnwindSafe for CreationContext<'a>
impl<'a> !Send for CreationContext<'a>
impl<'a> !Sync for CreationContext<'a>
impl<'a> Unpin for CreationContext<'a>
impl<'a> !UnwindSafe for CreationContext<'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