☰
MergeWith
Required Methods
merge_with
Implementations on Foreign Types
HashMap<String, V>
Option<T>
Implementors
In uniffi_bindgen
?
Trait
uniffi_bindgen
::
MergeWith
source
·
[
−
]
pub trait MergeWith { fn
merge_with
(&self, other:
&
Self) -> Self; }
Required Methods
source
fn
merge_with
(&self, other:
&
Self) -> Self
Implementations on Foreign Types
source
impl<T:
Clone
>
MergeWith
for
Option
<T>
source
fn
merge_with
(&self, other:
&
Self) -> Self
source
impl<V:
Clone
>
MergeWith
for
HashMap
<
String
, V>
source
fn
merge_with
(&self, other:
&
Self) -> Self
Implementors
source
impl
MergeWith
for uniffi_bindgen::bindings::kotlin::gen_kotlin::
Config
source
impl
MergeWith
for uniffi_bindgen::bindings::python::gen_python::
Config
source
impl
MergeWith
for uniffi_bindgen::bindings::ruby::gen_ruby::
Config
source
impl
MergeWith
for uniffi_bindgen::bindings::
Config
source
impl
MergeWith
for uniffi_bindgen::bindings::swift::gen_swift::
Config
source
impl
MergeWith
for uniffi_bindgen::
Config