pub struct StartJumpEvent {
pub jump: StartJumpType,
pub taxi: bool,
}
Fields§
§jump: StartJumpType
§taxi: bool
Trait Implementations§
Source§impl Clone for StartJumpEvent
impl Clone for StartJumpEvent
Source§fn clone(&self) -> StartJumpEvent
fn clone(&self) -> StartJumpEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StartJumpEvent
impl Debug for StartJumpEvent
Source§impl<'de> Deserialize<'de> for StartJumpEvent
impl<'de> Deserialize<'de> for StartJumpEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StartJumpEvent
impl PartialEq for StartJumpEvent
Source§impl Serialize for StartJumpEvent
impl Serialize for StartJumpEvent
impl StructuralPartialEq for StartJumpEvent
Auto Trait Implementations§
impl Freeze for StartJumpEvent
impl RefUnwindSafe for StartJumpEvent
impl Send for StartJumpEvent
impl Sync for StartJumpEvent
impl Unpin for StartJumpEvent
impl UnwindSafe for StartJumpEvent
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