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