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