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