Module Fields.Direct

val iter : t -> external_ip: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> 'a ) -> bind_ip: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> 'b ) -> peer: ( ( [< `Read | `Set_and_create ], t, Network_peer.Peer.Display.t option ) Fieldslib.Field.t_with_perm -> t -> Network_peer.Peer.Display.t option -> 'c ) -> libp2p_port: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> t -> int -> 'd ) -> client_port: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> t -> int -> 'e ) -> 'f
val fold : t -> init:'a -> external_ip: ( 'b -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> 'c ) -> bind_ip: ( 'd -> ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> 'e ) -> peer: ( 'f -> ( [< `Read | `Set_and_create ], t, Network_peer.Peer.Display.t option ) Fieldslib.Field.t_with_perm -> t -> Network_peer.Peer.Display.t option -> 'g ) -> libp2p_port: ( 'h -> ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> t -> int -> 'i ) -> client_port: ( 'j -> ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> t -> int -> 'k ) -> 'l
val for_all : t -> external_ip: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> bool ) -> bind_ip: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> bool ) -> peer: ( ( [< `Read | `Set_and_create ], t, Network_peer.Peer.Display.t option ) Fieldslib.Field.t_with_perm -> t -> Network_peer.Peer.Display.t option -> bool ) -> libp2p_port: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> t -> int -> bool ) -> client_port: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> t -> int -> bool ) -> bool
val exists : t -> external_ip: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> bool ) -> bind_ip: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> bool ) -> peer: ( ( [< `Read | `Set_and_create ], t, Network_peer.Peer.Display.t option ) Fieldslib.Field.t_with_perm -> t -> Network_peer.Peer.Display.t option -> bool ) -> libp2p_port: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> t -> int -> bool ) -> client_port: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> t -> int -> bool ) -> bool
val to_list : t -> external_ip: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> 'a ) -> bind_ip: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> 'b ) -> peer: ( ( [< `Read | `Set_and_create ], t, Network_peer.Peer.Display.t option ) Fieldslib.Field.t_with_perm -> t -> Network_peer.Peer.Display.t option -> 'c ) -> libp2p_port: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> t -> int -> 'd ) -> client_port: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> t -> int -> 'e ) -> 'f list
val map : t -> external_ip: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> string ) -> bind_ip: ( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm -> t -> string -> string ) -> peer: ( ( [< `Read | `Set_and_create ], t, Network_peer.Peer.Display.t option ) Fieldslib.Field.t_with_perm -> t -> Network_peer.Peer.Display.t option -> Network_peer.Peer.Display.t option ) -> libp2p_port: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> t -> int -> int ) -> client_port: ( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm -> t -> int -> int ) -> t
val set_all_mutable_fields : 'a -> unit