pub struct ApiMetadataExtractor;Expand description
API元数据提取器
负责从源代码和IR中提取API元数据
Implementations§
Auto Trait Implementations§
impl Freeze for ApiMetadataExtractor
impl RefUnwindSafe for ApiMetadataExtractor
impl Send for ApiMetadataExtractor
impl Sync for ApiMetadataExtractor
impl Unpin for ApiMetadataExtractor
impl UnsafeUnpin for ApiMetadataExtractor
impl UnwindSafe for ApiMetadataExtractor
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