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