pub enum ManifestBytesIteratorRequest {
Next {
responder: ManifestBytesIteratorNextResponder,
},
}
Expand description
An iterator over the bytes of an instance’s manifest
Variants§
Next
Fields
§
responder: ManifestBytesIteratorNextResponder
Implementations§
Source§impl ManifestBytesIteratorRequest
impl ManifestBytesIteratorRequest
pub fn into_next(self) -> Option<ManifestBytesIteratorNextResponder>
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ManifestBytesIteratorRequest
impl !RefUnwindSafe for ManifestBytesIteratorRequest
impl Send for ManifestBytesIteratorRequest
impl Sync for ManifestBytesIteratorRequest
impl Unpin for ManifestBytesIteratorRequest
impl !UnwindSafe for ManifestBytesIteratorRequest
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