pub struct InputAbi {
pub arg_name: String,
pub type_names: TypeNames,
pub multi_arg: bool,
}
Fields§
§arg_name: String
§type_names: TypeNames
§multi_arg: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputAbi
impl RefUnwindSafe for InputAbi
impl Send for InputAbi
impl Sync for InputAbi
impl Unpin for InputAbi
impl UnwindSafe for InputAbi
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