pub struct CompositeNodeSpecIteratorProxy { /* private fields */ }
Implementations§
source§impl CompositeNodeSpecIteratorProxy
impl CompositeNodeSpecIteratorProxy
sourcepub fn take_event_stream(&self) -> CompositeNodeSpecIteratorEventStream
pub fn take_event_stream(&self) -> CompositeNodeSpecIteratorEventStream
Get a Stream of events from the remote end of the CompositeNodeSpecIterator protocol
Panics
Panics if the event stream was already taken.
sourcepub fn get_next(&self) -> QueryResponseFut<Vec<CompositeNodeSpecInfo>>
pub fn get_next(&self) -> QueryResponseFut<Vec<CompositeNodeSpecInfo>>
Return empty when no more node groups are left.
Trait Implementations§
source§impl Clone for CompositeNodeSpecIteratorProxy
impl Clone for CompositeNodeSpecIteratorProxy
source§fn clone(&self) -> CompositeNodeSpecIteratorProxy
fn clone(&self) -> CompositeNodeSpecIteratorProxy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl CompositeNodeSpecIteratorProxyInterface for CompositeNodeSpecIteratorProxy
impl CompositeNodeSpecIteratorProxyInterface for CompositeNodeSpecIteratorProxy
type GetNextResponseFut = QueryResponseFut<Vec<CompositeNodeSpecInfo, Global>>
fn get_next(&self) -> Self::GetNextResponseFut
source§impl Proxy for CompositeNodeSpecIteratorProxy
impl Proxy for CompositeNodeSpecIteratorProxy
§type Protocol = CompositeNodeSpecIteratorMarker
type Protocol = CompositeNodeSpecIteratorMarker
The protocol which this
Proxy
controls.source§fn from_channel(inner: AsyncChannel) -> Self
fn from_channel(inner: AsyncChannel) -> Self
Create a proxy over the given channel.
source§fn into_channel(self) -> Result<AsyncChannel, Self>
fn into_channel(self) -> Result<AsyncChannel, Self>
Attempt to convert the proxy back into a channel. Read more
source§fn as_channel(&self) -> &AsyncChannel
fn as_channel(&self) -> &AsyncChannel
Get a reference to the proxy’s underlying channel. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for CompositeNodeSpecIteratorProxy
impl Send for CompositeNodeSpecIteratorProxy
impl Sync for CompositeNodeSpecIteratorProxy
impl Unpin for CompositeNodeSpecIteratorProxy
impl !UnwindSafe for CompositeNodeSpecIteratorProxy
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