pub struct ExternalBackendProcess {
pub instance_id: String,
pub port: u16,
pub token: String,
pub process: Child,
pub adapter_dir: String,
}Fields§
§instance_id: String§port: u16§token: String§process: Child§adapter_dir: StringAuto Trait Implementations§
impl Freeze for ExternalBackendProcess
impl !RefUnwindSafe for ExternalBackendProcess
impl Send for ExternalBackendProcess
impl Sync for ExternalBackendProcess
impl Unpin for ExternalBackendProcess
impl UnsafeUnpin for ExternalBackendProcess
impl !UnwindSafe for ExternalBackendProcess
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