pub struct DictionaryEnumerateIterator;Expand description
The type corresponding to the DictionaryEnumerateIterator protocol.
Trait Implementations§
Source§impl Debug for DictionaryEnumerateIterator
impl Debug for DictionaryEnumerateIterator
Source§impl<___H, ___T> DispatchClientMessage<___H, ___T> for DictionaryEnumerateIteratorwhere
___H: DictionaryEnumerateIteratorClientHandler<___T> + Send,
___T: Transport,
impl<___H, ___T> DispatchClientMessage<___H, ___T> for DictionaryEnumerateIteratorwhere
___H: DictionaryEnumerateIteratorClientHandler<___T> + Send,
___T: Transport,
Source§impl<___H, ___T> DispatchServerMessage<___H, ___T> for DictionaryEnumerateIteratorwhere
___H: DictionaryEnumerateIteratorServerHandler<___T> + Send,
___T: Transport,
for<'de> DictionaryEnumerateIteratorGetNextRequest: Decode<<<___T as Transport>::RecvBuffer as AsDecoder<'de>>::Decoder, Constraint = ()>,
impl<___H, ___T> DispatchServerMessage<___H, ___T> for DictionaryEnumerateIteratorwhere
___H: DictionaryEnumerateIteratorServerHandler<___T> + Send,
___T: Transport,
for<'de> DictionaryEnumerateIteratorGetNextRequest: Decode<<<___T as Transport>::RecvBuffer as AsDecoder<'de>>::Decoder, Constraint = ()>,
Source§impl<___T> HasConnectionHandles<___T> for DictionaryEnumerateIteratorwhere
___T: Transport,
impl<___T> HasConnectionHandles<___T> for DictionaryEnumerateIteratorwhere
___T: Transport,
Source§impl HasTransport for DictionaryEnumerateIterator
Available on Fuchsia only.
impl HasTransport for DictionaryEnumerateIterator
Available on Fuchsia only.
impl StructuralPartialEq for DictionaryEnumerateIterator
Auto Trait Implementations§
impl Freeze for DictionaryEnumerateIterator
impl RefUnwindSafe for DictionaryEnumerateIterator
impl Send for DictionaryEnumerateIterator
impl Sync for DictionaryEnumerateIterator
impl Unpin for DictionaryEnumerateIterator
impl UnsafeUnpin for DictionaryEnumerateIterator
impl UnwindSafe for DictionaryEnumerateIterator
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]