pub struct ObdiiData;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObdiiData
impl RefUnwindSafe for ObdiiData
impl Send for ObdiiData
impl Sync for ObdiiData
impl Unpin for ObdiiData
impl UnwindSafe for ObdiiData
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