pub struct TimerFired {
pub timer_id: String,
pub token_id: String,
}Fields§
§timer_id: String§token_id: StringTrait Implementations§
Source§impl Clone for TimerFired
impl Clone for TimerFired
Source§fn clone(&self) -> TimerFired
fn clone(&self) -> TimerFired
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TimerFired
impl Debug for TimerFired
Source§impl<'de> Deserialize<'de> for TimerFired
impl<'de> Deserialize<'de> for TimerFired
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 TimerFired
impl RefUnwindSafe for TimerFired
impl Send for TimerFired
impl Sync for TimerFired
impl Unpin for TimerFired
impl UnsafeUnpin for TimerFired
impl UnwindSafe for TimerFired
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