pub struct Imports { /* private fields */ }Expand description
The import handles declared by one box implementation.
Lookup is deterministic by import-slot identity. A missing slot returns
None; handles cannot be added or replaced through this public surface.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Imports
impl !UnwindSafe for Imports
impl Freeze for Imports
impl Send for Imports
impl Sync for Imports
impl Unpin for Imports
impl UnsafeUnpin for Imports
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