pub struct Jump<T: OptFields> {
pub from: String,
pub from_orient: bool,
pub to: String,
pub to_orient: bool,
pub distance: String,
pub opt: T,
}Fields§
§from: String§from_orient: bool§to: String§to_orient: bool§distance: String§opt: TTrait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Jump<T>where
T: Freeze,
impl<T> RefUnwindSafe for Jump<T>where
T: RefUnwindSafe,
impl<T> Send for Jump<T>where
T: Send,
impl<T> Sync for Jump<T>where
T: Sync,
impl<T> Unpin for Jump<T>where
T: Unpin,
impl<T> UnwindSafe for Jump<T>where
T: UnwindSafe,
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