pub struct JumpTooFar(/* private fields */);Expand description
A jump was constructed whose offset stretched too far.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JumpTooFar
impl RefUnwindSafe for JumpTooFar
impl Send for JumpTooFar
impl Sync for JumpTooFar
impl Unpin for JumpTooFar
impl UnwindSafe for JumpTooFar
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