Trait uniffi_bindgen::MergeWith[][src]

pub trait MergeWith {
    fn merge_with(&self, other: &Self) -> Self;
}

Required methods

fn merge_with(&self, other: &Self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl<T: Clone> MergeWith for Option<T>[src]

Loading content...

Implementors

impl MergeWith for uniffi_bindgen::bindings::gecko_js::gen_gecko_js::Config[src]

impl MergeWith for uniffi_bindgen::bindings::kotlin::gen_kotlin::Config[src]

impl MergeWith for uniffi_bindgen::bindings::python::gen_python::Config[src]

impl MergeWith for uniffi_bindgen::bindings::Config[src]

impl MergeWith for uniffi_bindgen::bindings::swift::gen_swift::Config[src]

Loading content...