pub enum FlatImport {
Module {
named_address: Ident,
module: Ident,
},
Item {
named_address: Ident,
module: Ident,
type: Ident,
},
}Variants§
Auto Trait Implementations§
impl Freeze for FlatImport
impl RefUnwindSafe for FlatImport
impl !Send for FlatImport
impl !Sync for FlatImport
impl Unpin for FlatImport
impl UnwindSafe for FlatImport
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