Lines Matching refs:Add
42 - Add new methods ``.as_pin_ref()`` and ``.as_pin_mut()`` to project a
57 - Add new method ``.either_into()`` for ``Into`` conversion, by @TonalidadeHidrica (#63)
59 - Add new methods ``.factor_ok()``, ``.factor_err()``, and ``.factor_none()``,
71 - Add new methods ``.expect_left()``, ``.unwrap_left()``,
76 - Add new modules ``serde_untagged`` and ``serde_untagged_optional`` to customize
81 - Add new method ``.map()`` for ``Either<T, T>`` by @nvzqz (#40).
85 - Add new methods ``.left_or()``, ``.left_or_default()``, ``.left_or_else()``,
90 - Add ``AsRef`` and ``AsMut`` implementations for common unsized types:
95 - Add new methods ``.factor_first()``, ``.factor_second()`` and ``.into_inner()``
100 - Add inherent method ``.into_iter()`` by @cuviper (#12)
104 - Add opt-in serde support by @hcpl
108 - Add method ``.either_with()`` by @Twey (#13)
112 - Add methods ``left_and_then``, ``right_and_then`` by @rampantmonkey
117 - Add crate categories
130 - Add default crate feature ``use_std`` so that you can opt out of linking to
135 - Add methods ``.map_left()``, ``.map_right()`` and ``.either()``.
136 - Add more documentation
144 - Add macros ``try_left!`` and ``try_right!``.