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