pub struct GetNext;
Trait Implementations§
Source§impl Method for GetNext
impl Method for GetNext
Source§type Protocol = DictionaryDrainIterator
type Protocol = DictionaryDrainIterator
The protocol the method is a member of.
Source§type Request = WireDictionaryDrainIteratorGetNextRequest
type Request = WireDictionaryDrainIteratorGetNextRequest
The request payload for the method.
Source§type Response = WireFlexibleResult<WireDictionaryDrainIteratorGetNextResponse, WireCapabilityStoreError>
type Response = WireFlexibleResult<WireDictionaryDrainIteratorGetNextResponse, 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