pub struct CompositeNodeSpecIteratorSynchronousProxy { /* private fields */ }
Implementations§
source§impl CompositeNodeSpecIteratorSynchronousProxy
impl CompositeNodeSpecIteratorSynchronousProxy
pub fn new(channel: Channel) -> Self
pub fn into_channel(self) -> Channel
sourcepub fn wait_for_event(
&self,
deadline: Time
) -> Result<CompositeNodeSpecIteratorEvent, Error>
pub fn wait_for_event( &self, deadline: Time ) -> Result<CompositeNodeSpecIteratorEvent, Error>
Waits until an event arrives and returns it. It is safe for other threads to make concurrent requests while waiting for an event.
sourcepub fn get_next(
&self,
___deadline: Time
) -> Result<Vec<CompositeNodeSpecInfo>, Error>
pub fn get_next( &self, ___deadline: Time ) -> Result<Vec<CompositeNodeSpecInfo>, Error>
Return empty when no more node groups are left.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CompositeNodeSpecIteratorSynchronousProxy
impl Send for CompositeNodeSpecIteratorSynchronousProxy
impl Sync for CompositeNodeSpecIteratorSynchronousProxy
impl Unpin for CompositeNodeSpecIteratorSynchronousProxy
impl UnwindSafe for CompositeNodeSpecIteratorSynchronousProxy
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