pub struct ProcessGuard<'a> { /* private fields */ }Implementations§
Source§impl<'a> ProcessGuard<'a>
impl<'a> ProcessGuard<'a>
pub fn new(meter: &'a MailboxMeter) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ProcessGuard<'a>
impl<'a> RefUnwindSafe for ProcessGuard<'a>
impl<'a> Send for ProcessGuard<'a>
impl<'a> Sync for ProcessGuard<'a>
impl<'a> Unpin for ProcessGuard<'a>
impl<'a> UnsafeUnpin for ProcessGuard<'a>
impl<'a> UnwindSafe for ProcessGuard<'a>
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