pub struct ForkId(/* private fields */);
Expand description
The type of the value produced by fork_id!
.
Trait Implementations§
impl StructuralPartialEq for ForkId
Auto Trait Implementations§
impl Freeze for ForkId
impl RefUnwindSafe for ForkId
impl Send for ForkId
impl Sync for ForkId
impl Unpin for ForkId
impl UnwindSafe for ForkId
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