pub struct function_input {
pub func: Function,
pub input: Vec<Token>,
}Fields§
§func: Function§input: Vec<Token>Trait Implementations§
Source§impl Clone for function_input
impl Clone for function_input
Source§fn clone(&self) -> function_input
fn clone(&self) -> function_input
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for function_input
impl RefUnwindSafe for function_input
impl Send for function_input
impl Sync for function_input
impl Unpin for function_input
impl UnwindSafe for function_input
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