pub struct NamedInput {
pub name: Id,
pub expr: ExprKind,
}Fields§
§name: Id§expr: ExprKindTrait Implementations§
Source§impl Clone for NamedInput
impl Clone for NamedInput
Source§fn clone(&self) -> NamedInput
fn clone(&self) -> NamedInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NamedInput
impl Debug for NamedInput
Source§impl PartialEq for NamedInput
impl PartialEq for NamedInput
impl StructuralPartialEq for NamedInput
Auto Trait Implementations§
impl Freeze for NamedInput
impl RefUnwindSafe for NamedInput
impl Send for NamedInput
impl Sync for NamedInput
impl Unpin for NamedInput
impl UnwindSafe for NamedInput
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