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