pub enum NodeInfoIteratorRequest {
GetNext {
responder: NodeInfoIteratorGetNextResponder,
},
}
Variants§
Implementations§
Source§impl NodeInfoIteratorRequest
impl NodeInfoIteratorRequest
pub fn into_get_next(self) -> Option<NodeInfoIteratorGetNextResponder>
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 NodeInfoIteratorRequest
impl !RefUnwindSafe for NodeInfoIteratorRequest
impl Send for NodeInfoIteratorRequest
impl Sync for NodeInfoIteratorRequest
impl Unpin for NodeInfoIteratorRequest
impl !UnwindSafe for NodeInfoIteratorRequest
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