pub struct StopTimeEvent {
pub delay: Option<i32>,
pub time: Option<i64>,
pub uncertainty: Option<i32>,
}
Fields§
§delay: Option<i32>
§time: Option<i64>
§uncertainty: Option<i32>
Trait Implementations§
Source§impl Clone for StopTimeEvent
impl Clone for StopTimeEvent
Source§fn clone(&self) -> StopTimeEvent
fn clone(&self) -> StopTimeEvent
Returns a duplicate 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 StopTimeEvent
impl Debug for StopTimeEvent
Source§impl<'de> Deserialize<'de> for StopTimeEvent
impl<'de> Deserialize<'de> for StopTimeEvent
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
Auto Trait Implementations§
impl Freeze for StopTimeEvent
impl RefUnwindSafe for StopTimeEvent
impl Send for StopTimeEvent
impl Sync for StopTimeEvent
impl Unpin for StopTimeEvent
impl UnwindSafe for StopTimeEvent
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