Module Async_smtp__Client_cache.Status.Resource

type state = [
| `Busy
| `Idle
| `Closing
]
include sig ... end
val state_of_sexp : Base.Sexp.t ‑> state
val __state_of_sexp__ : Base.Sexp.t ‑> state
val sexp_of_state : state ‑> Base.Sexp.t
val bin_read_state : state Bin_prot.Read.reader
val __bin_read_state__ : (int ‑> state) Bin_prot.Read.reader
val bin_reader_state : state Bin_prot.Type_class.reader
val bin_size_state : state Bin_prot.Size.sizer
val bin_write_state : state Bin_prot.Write.writer
val bin_writer_state : state Bin_prot.Type_class.writer
val bin_shape_state : Bin_prot.Shape.t
val compare_state : state ‑> state ‑> int
type t = {
state : state;
since : Core.Time.Span.t;
}
include sig ... end
val since : t ‑> Core.Time.Span.t
val state : t ‑> state
module Fields : sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
val bin_read_t : t Bin_prot.Read.reader
val __bin_read_t__ : (int ‑> t) Bin_prot.Read.reader
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_writer_t : t Bin_prot.Type_class.writer
val bin_shape_t : Bin_prot.Shape.t
val compare : t ‑> t ‑> int