pub struct ResolvedPidSession {
pub runtime_env: RuntimeEnvironmentInfo,
pub target_pid_views: Option<PidViews>,
pub self_pid_views: Option<PidViews>,
pub runtime_pid_plan: RuntimePidPlan,
}Fields§
§runtime_env: RuntimeEnvironmentInfo§target_pid_views: Option<PidViews>§self_pid_views: Option<PidViews>§runtime_pid_plan: RuntimePidPlanTrait Implementations§
Source§impl Clone for ResolvedPidSession
impl Clone for ResolvedPidSession
Source§fn clone(&self) -> ResolvedPidSession
fn clone(&self) -> ResolvedPidSession
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ResolvedPidSession
impl RefUnwindSafe for ResolvedPidSession
impl Send for ResolvedPidSession
impl Sync for ResolvedPidSession
impl Unpin for ResolvedPidSession
impl UnsafeUnpin for ResolvedPidSession
impl UnwindSafe for ResolvedPidSession
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