pub enum TimerKind {
Timeout,
Interval,
}Variants§
Trait Implementations§
Source§impl JsJsonDeserialize for TimerKind
impl JsJsonDeserialize for TimerKind
fn from_json(ctx: JsJsonContext, json: JsJson) -> Result<Self, JsJsonContext>
Auto Trait Implementations§
impl Freeze for TimerKind
impl RefUnwindSafe for TimerKind
impl Send for TimerKind
impl Sync for TimerKind
impl Unpin for TimerKind
impl UnsafeUnpin for TimerKind
impl UnwindSafe for TimerKind
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