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