pub struct FuncArg {
_name: String,
type_t: FuncArgType,
}Fields§
§_name: StringTODO(SEP): Do something with the func arg name when we have arbitrary arg usage
type_t: FuncArgTypetype is likely reserved by the rust language for use so I can’t use the darn name
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuncArg
impl RefUnwindSafe for FuncArg
impl Send for FuncArg
impl Sync for FuncArg
impl Unpin for FuncArg
impl UnsafeUnpin for FuncArg
impl UnwindSafe for FuncArg
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