package sihl-type

  1. Overview
  2. Docs
val iter : t -> sender: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'a) -> recipient: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'b) -> subject: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'c) -> text_content: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'd) -> html_content: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'e) -> cc: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> 'f) -> bcc: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> 'g) -> html: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> t -> bool -> 'h) -> template_id: (([< `Read | `Set_and_create ], t, string option) Fieldslib.Field.t_with_perm -> t -> string option -> 'i) -> template_data: (([< `Read | `Set_and_create ], t, (string * string) list) Fieldslib.Field.t_with_perm -> t -> (string * string) list -> 'j) -> 'k
val fold : t -> init:'a -> sender: ('b -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'c) -> recipient: ('d -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'e) -> subject: ('f -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'g) -> text_content: ('h -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'i) -> html_content: ('j -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'k) -> cc: ('l -> ([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> 'm) -> bcc: ('n -> ([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> 'o) -> html: ('p -> ([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> t -> bool -> 'q) -> template_id: ('r -> ([< `Read | `Set_and_create ], t, string option) Fieldslib.Field.t_with_perm -> t -> string option -> 's) -> template_data: ('t -> ([< `Read | `Set_and_create ], t, (string * string) list) Fieldslib.Field.t_with_perm -> t -> (string * string) list -> 'u) -> 'v
val for_all : t -> sender: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> recipient: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> subject: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> text_content: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> html_content: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> cc: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> bool) -> bcc: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> bool) -> html: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> t -> bool -> bool) -> template_id: (([< `Read | `Set_and_create ], t, string option) Fieldslib.Field.t_with_perm -> t -> string option -> bool) -> template_data: (([< `Read | `Set_and_create ], t, (string * string) list) Fieldslib.Field.t_with_perm -> t -> (string * string) list -> bool) -> bool
val exists : t -> sender: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> recipient: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> subject: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> text_content: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> html_content: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> cc: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> bool) -> bcc: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> bool) -> html: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> t -> bool -> bool) -> template_id: (([< `Read | `Set_and_create ], t, string option) Fieldslib.Field.t_with_perm -> t -> string option -> bool) -> template_data: (([< `Read | `Set_and_create ], t, (string * string) list) Fieldslib.Field.t_with_perm -> t -> (string * string) list -> bool) -> bool
val to_list : t -> sender: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'a) -> recipient: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'b) -> subject: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'c) -> text_content: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'd) -> html_content: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'e) -> cc: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> 'f) -> bcc: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> 'g) -> html: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> t -> bool -> 'h) -> template_id: (([< `Read | `Set_and_create ], t, string option) Fieldslib.Field.t_with_perm -> t -> string option -> 'i) -> template_data: (([< `Read | `Set_and_create ], t, (string * string) list) Fieldslib.Field.t_with_perm -> t -> (string * string) list -> 'j) -> 'k list
val map : t -> sender: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> string) -> recipient: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> string) -> subject: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> string) -> text_content: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> string) -> html_content: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> string) -> cc: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> string list) -> bcc: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> string list) -> html: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> t -> bool -> bool) -> template_id: (([< `Read | `Set_and_create ], t, string option) Fieldslib.Field.t_with_perm -> t -> string option -> string option) -> template_data: (([< `Read | `Set_and_create ], t, (string * string) list) Fieldslib.Field.t_with_perm -> t -> (string * string) list -> (string * string) list) -> t
val set_all_mutable_fields : 'a -> unit