pub enum ClockEvent {
Tick,
ExpireBlockHash,
}Variants§
Auto Trait Implementations§
impl Freeze for ClockEvent
impl RefUnwindSafe for ClockEvent
impl Send for ClockEvent
impl Sync for ClockEvent
impl Unpin for ClockEvent
impl UnwindSafe for ClockEvent
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