// This file is automatically generated, so please do not edit it. // @generated by `flutter_rust_bridge`@ 2.12.0. // ignore_for_file: invalid_use_of_internal_member, unused_import import 'package:flutter_rust_bridge/flutter_rust_bridge_for_generated.dart'; import '../frb_generated.dart'; // These function are ignored because they are on traits that is not defined in current crate (put an empty `#[frb]` on it to unignore): `clone`, `get_all_announced_users`, `get_announced_user_by_public_id`, `get_config`, `get_contact_version`, `get_other_promotions_by_public_id`, `get_own_promotions_after_version`, `get_share_for_contact`, `push_new_user_relation`, `push_own_promotion`, `set_contact_version`, `set_shares`, `store_other_promotion`, `update_config` class UserDiscoveryDatabaseStore { const UserDiscoveryDatabaseStore(); static Future default_() => RustLib.instance.api .crateBridgeUserDiscoveryUserDiscoveryDatabaseStoreDefault(); @override int get hashCode => 0; @override bool operator ==(Object other) => identical(this, other) || other is UserDiscoveryDatabaseStore && runtimeType == other.runtimeType; }