pub struct InstInfo {
pub name: &'static str,
pub has_id_result_type: bool,
pub has_id_result: bool,
}Fields§
§name: &'static str§has_id_result_type: bool§has_id_result: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for InstInfo
impl RefUnwindSafe for InstInfo
impl Send for InstInfo
impl Sync for InstInfo
impl Unpin for InstInfo
impl UnsafeUnpin for InstInfo
impl UnwindSafe for InstInfo
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