Struct simple_redis::types::Interrupts [−][src]
Expand description
Enable to modify blocking operations.
Fields
stop: boolNotify blocking operation to stop
next_polling_time: Option<u64>Next polling time in millies
Implementations
Returns a new instance.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Interruptsimpl Send for Interruptsimpl Sync for Interruptsimpl Unpin for Interruptsimpl UnwindSafe for InterruptsBlanket Implementations
Mutably borrows from an owned value. Read more