pub struct NamespaceConnector {
pub namespace: Arc<Namespace>,
}
Expand description
A protocol connector for fuchsia.process.Launcher
that connects to the protocol from a
namespace object.
Fields§
§namespace: Arc<Namespace>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamespaceConnector
impl RefUnwindSafe for NamespaceConnector
impl Send for NamespaceConnector
impl Sync for NamespaceConnector
impl Unpin for NamespaceConnector
impl UnwindSafe for NamespaceConnector
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