Struct TypedInput
pub struct TypedInput<'a, I, T = Schema> { /* private fields */ }Implementations§
§impl<'a, I, T> TypedInput<'a, I, T>
impl<'a, I, T> TypedInput<'a, I, T>
pub fn new( cx: ExprContext<'a, T>, tys: &'a [Type], input: I, ) -> TypedInput<'a, I, T>
Trait Implementations§
§impl<I, T> Input for TypedInput<'_, I, T>
impl<I, T> Input for TypedInput<'_, I, T>
fn resolve_arg( &mut self, expr_arg: &ExprArg, projection: &Projection, ) -> Option<Expr>
fn resolve_ref( &mut self, expr_reference: &ExprReference, projection: &Projection, ) -> Option<Expr>
Auto Trait Implementations§
impl<'a, I, T> Freeze for TypedInput<'a, I, T>where
I: Freeze,
impl<'a, I, T> RefUnwindSafe for TypedInput<'a, I, T>where
I: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, I, T> Send for TypedInput<'a, I, T>
impl<'a, I, T> Sync for TypedInput<'a, I, T>
impl<'a, I, T> Unpin for TypedInput<'a, I, T>where
I: Unpin,
impl<'a, I, T> UnwindSafe for TypedInput<'a, I, T>where
I: UnwindSafe,
T: RefUnwindSafe,
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