Up
Module
Direct
Signature
val
iter :
t
-> remote:((
t
,
Types.Address.t
)
Fieldslib.Field.t
->
t
->
Types.Address.t
-> unit) -> local:((
t
,
Types.Address.t
)
Fieldslib.Field.t
->
t
->
Types.Address.t
-> unit) -> helo:((
t
, string option)
Fieldslib.Field.t
->
t
-> string option -> unit) -> tls:((
t
,
Async_ssl.Std.Ssl.Connection.t
option)
Fieldslib.Field.t
->
t
->
Async_ssl.Std.Ssl.Connection.t
option -> unit) -> unit
val
fold :
t
-> init:'acc__0 -> remote:('acc__0 -> (
t
,
Types.Address.t
)
Fieldslib.Field.t
->
t
->
Types.Address.t
-> 'acc__1) -> local:('acc__1 -> (
t
,
Types.Address.t
)
Fieldslib.Field.t
->
t
->
Types.Address.t
-> 'acc__2) -> helo:('acc__2 -> (
t
, string option)
Fieldslib.Field.t
->
t
-> string option -> 'acc__3) -> tls:('acc__3 -> (
t
,
Async_ssl.Std.Ssl.Connection.t
option)
Fieldslib.Field.t
->
t
->
Async_ssl.Std.Ssl.Connection.t
option -> 'acc__4) -> 'acc__4
val
for_all :
t
-> remote:((
t
,
Types.Address.t
)
Fieldslib.Field.t
->
t
->
Types.Address.t
-> bool) -> local:((
t
,
Types.Address.t
)
Fieldslib.Field.t
->
t
->
Types.Address.t
-> bool) -> helo:((
t
, string option)
Fieldslib.Field.t
->
t
-> string option -> bool) -> tls:((
t
,
Async_ssl.Std.Ssl.Connection.t
option)
Fieldslib.Field.t
->
t
->
Async_ssl.Std.Ssl.Connection.t
option -> bool) -> bool
val
exists :
t
-> remote:((
t
,
Types.Address.t
)
Fieldslib.Field.t
->
t
->
Types.Address.t
-> bool) -> local:((
t
,
Types.Address.t
)
Fieldslib.Field.t
->
t
->
Types.Address.t
-> bool) -> helo:((
t
, string option)
Fieldslib.Field.t
->
t
-> string option -> bool) -> tls:((
t
,
Async_ssl.Std.Ssl.Connection.t
option)
Fieldslib.Field.t
->
t
->
Async_ssl.Std.Ssl.Connection.t
option -> bool) -> bool
val
to_list :
t
-> remote:((
t
,
Types.Address.t
)
Fieldslib.Field.t
->
t
->
Types.Address.t
-> 'elem__) -> local:((
t
,
Types.Address.t
)
Fieldslib.Field.t
->
t
->
Types.Address.t
-> 'elem__) -> helo:((
t
, string option)
Fieldslib.Field.t
->
t
-> string option -> 'elem__) -> tls:((
t
,
Async_ssl.Std.Ssl.Connection.t
option)
Fieldslib.Field.t
->
t
->
Async_ssl.Std.Ssl.Connection.t
option -> 'elem__) -> 'elem__ list
val
map :
t
-> remote:((
t
,
Types.Address.t
)
Fieldslib.Field.t
->
t
->
Types.Address.t
->
Types.Address.t
) -> local:((
t
,
Types.Address.t
)
Fieldslib.Field.t
->
t
->
Types.Address.t
->
Types.Address.t
) -> helo:((
t
, string option)
Fieldslib.Field.t
->
t
-> string option -> string option) -> tls:((
t
,
Async_ssl.Std.Ssl.Connection.t
option)
Fieldslib.Field.t
->
t
->
Async_ssl.Std.Ssl.Connection.t
option ->
Async_ssl.Std.Ssl.Connection.t
option) ->
t
val
set_all_mutable_fields :
t
-> unit