pub struct ImporterResult {
pub result_type: &'static str,
pub symbol: String,
pub importer_file: String,
pub import_name: String,
}Fields§
§result_type: &'static str§symbol: String§importer_file: String§import_name: StringTrait Implementations§
Source§impl Debug for ImporterResult
impl Debug for ImporterResult
Auto Trait Implementations§
impl Freeze for ImporterResult
impl RefUnwindSafe for ImporterResult
impl Send for ImporterResult
impl Sync for ImporterResult
impl Unpin for ImporterResult
impl UnsafeUnpin for ImporterResult
impl UnwindSafe for ImporterResult
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