#[repr(u8)]pub enum ScopeBody {
Process(ProcessScopeBody),
Thread(ThreadScopeBody),
Task(TaskScopeBody),
Connection(ConnectionScopeBody),
}Variants§
Process(ProcessScopeBody)
Thread(ThreadScopeBody)
Task(TaskScopeBody)
Connection(ConnectionScopeBody)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopeBody
impl RefUnwindSafe for ScopeBody
impl Send for ScopeBody
impl Sync for ScopeBody
impl Unpin for ScopeBody
impl UnsafeUnpin for ScopeBody
impl UnwindSafe for ScopeBody
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