pub struct Fork { /* private fields */ }
Expand description
Fork
Implementations§
Trait Implementations§
impl Copy for Fork
impl Eq for Fork
impl Send for Fork
impl StructuralPartialEq for Fork
impl Sync for Fork
Auto Trait Implementations§
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