Struct simple_redis::types::Interrupts [−][src]
Expand description
Enable to modify blocking operations.
Fields
stop: bool
Notify 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 Interrupts
impl Send for Interrupts
impl Sync for Interrupts
impl Unpin for Interrupts
impl UnwindSafe for Interrupts
Blanket Implementations
Mutably borrows from an owned value. Read more