Struct ConstInput
pub struct ConstInput {}Implementations§
§impl ConstInput
impl ConstInput
pub fn new() -> ConstInput
Trait Implementations§
§impl Debug for ConstInput
impl Debug for ConstInput
§impl Default for ConstInput
impl Default for ConstInput
§fn default() -> ConstInput
fn default() -> ConstInput
Returns the “default value” for a type. Read more
§impl Input for ConstInput
impl Input for ConstInput
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 Freeze for ConstInput
impl RefUnwindSafe for ConstInput
impl Send for ConstInput
impl Sync for ConstInput
impl Unpin for ConstInput
impl UnwindSafe for ConstInput
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