pub struct InputParamAssignment {
pub name: Option<String>,
pub expr: ExprKind,
}Fields§
§name: Option<String>§expr: ExprKindAuto Trait Implementations§
impl Freeze for InputParamAssignment
impl RefUnwindSafe for InputParamAssignment
impl Send for InputParamAssignment
impl Sync for InputParamAssignment
impl Unpin for InputParamAssignment
impl UnwindSafe for InputParamAssignment
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