pub struct ProcessExtension;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcessExtension
impl RefUnwindSafe for ProcessExtension
impl Send for ProcessExtension
impl Sync for ProcessExtension
impl Unpin for ProcessExtension
impl UnsafeUnpin for ProcessExtension
impl UnwindSafe for ProcessExtension
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