pub struct GetNext;
Trait Implementations§
Source§impl Method for GetNext
impl Method for GetNext
Source§type Protocol = DictionaryEnumerateIterator
type Protocol = DictionaryEnumerateIterator
The protocol the method is a member of.
Source§type Request = WireDictionaryEnumerateIteratorGetNextRequest
type Request = WireDictionaryEnumerateIteratorGetNextRequest
The request payload for the method.
Source§type Response = WireFlexibleResult<WireDictionaryEnumerateIteratorGetNextResponse, WireCapabilityStoreError>
type Response = WireFlexibleResult<WireDictionaryEnumerateIteratorGetNextResponse, WireCapabilityStoreError>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetNext
impl RefUnwindSafe for GetNext
impl Send for GetNext
impl Sync for GetNext
impl Unpin for GetNext
impl UnwindSafe for GetNext
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