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