pub struct FormalParameters {
pub list: Vec<PatternType>,
pub is_simple_parameter_list: bool,
}Fields§
§list: Vec<PatternType>§is_simple_parameter_list: boolImplementations§
Source§impl FormalParameters
impl FormalParameters
pub fn new(params: Vec<PatternType>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormalParameters
impl RefUnwindSafe for FormalParameters
impl !Send for FormalParameters
impl !Sync for FormalParameters
impl Unpin for FormalParameters
impl UnwindSafe for FormalParameters
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