pub struct BuiltInConnector {}
Expand description
A protocol connector for fuchsia.process.Launcher
that serves the protocol with the
ProcessLauncher
implementation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuiltInConnector
impl RefUnwindSafe for BuiltInConnector
impl Send for BuiltInConnector
impl Sync for BuiltInConnector
impl Unpin for BuiltInConnector
impl UnwindSafe for BuiltInConnector
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