pub struct MachineServiceTurnIdentity { /* private fields */ }Expand description
Exact runtime-entry identity captured before a direct SessionService turn. It carries no lock; terminal commit later acquires mutation authority only if this same driver is still current.
Auto Trait Implementations§
impl !RefUnwindSafe for MachineServiceTurnIdentity
impl !UnwindSafe for MachineServiceTurnIdentity
impl Freeze for MachineServiceTurnIdentity
impl Send for MachineServiceTurnIdentity
impl Sync for MachineServiceTurnIdentity
impl Unpin for MachineServiceTurnIdentity
impl UnsafeUnpin for MachineServiceTurnIdentity
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