pub struct ParamList {
pub params: Vec<ParamDecl>,
pub is_variadic: bool,
}Expand description
パラメータリスト
Fields§
§params: Vec<ParamDecl>§is_variadic: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ParamList
impl RefUnwindSafe for ParamList
impl Send for ParamList
impl Sync for ParamList
impl Unpin for ParamList
impl UnsafeUnpin for ParamList
impl UnwindSafe for ParamList
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