Struct scheduler::thread_per_host::HostIter
source · pub struct HostIter<HostType: Host> { /* private fields */ }
Expand description
Supports iterating over all hosts assigned to this thread. For this thread-per-host scheduler, there will only ever be one host per thread.
Implementations§
Auto Trait Implementations§
impl<HostType> Freeze for HostIter<HostType>where
HostType: Freeze,
impl<HostType> RefUnwindSafe for HostIter<HostType>where
HostType: RefUnwindSafe,
impl<HostType> Send for HostIter<HostType>
impl<HostType> Sync for HostIter<HostType>where
HostType: Sync,
impl<HostType> Unpin for HostIter<HostType>where
HostType: Unpin,
impl<HostType> UnwindSafe for HostIter<HostType>where
HostType: UnwindSafe,
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