pub struct PIT { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for PIT
impl RefUnwindSafe for PIT
impl Send for PIT
impl Sync for PIT
impl Unpin for PIT
impl UnwindSafe for PIT
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