pub struct Export {
pub env: Rc<Env>,
pub name: String,
}Expand description
an exported name: the environment declaring it
Fields§
§env: Rc<Env>the environment
name: Stringthe name there
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Export
impl !Send for Export
impl !Sync for Export
impl !UnwindSafe for Export
impl Freeze for Export
impl Unpin for Export
impl UnsafeUnpin for Export
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