pub enum SleepStepClaim {
Replay,
WaitUntil {
step_id: String,
wake_at: i64,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SleepStepClaim
impl RefUnwindSafe for SleepStepClaim
impl Send for SleepStepClaim
impl Sync for SleepStepClaim
impl Unpin for SleepStepClaim
impl UnsafeUnpin for SleepStepClaim
impl UnwindSafe for SleepStepClaim
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