pub struct ServiceTask { /* private fields */ }
Expand description
Hold the resource required to serve the inspect tree. The FIDL service stops when this object is dropped.
Auto Trait Implementations§
impl Freeze for ServiceTask
impl !RefUnwindSafe for ServiceTask
impl Send for ServiceTask
impl Sync for ServiceTask
impl Unpin for ServiceTask
impl !UnwindSafe for ServiceTask
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