pub struct ImportInfo<'a> {
    pub module: &'a str,
    pub field: &'a str,
    pub flags: SymbolFlags,
}Fields§
§module: &'a str§field: &'a str§flags: SymbolFlagsTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ImportInfo<'a>
impl<'a> RefUnwindSafe for ImportInfo<'a>
impl<'a> Send for ImportInfo<'a>
impl<'a> Sync for ImportInfo<'a>
impl<'a> Unpin for ImportInfo<'a>
impl<'a> UnwindSafe for ImportInfo<'a>
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