Searched refs:with_commit_options (Results 1 – 6 of 6) sorted by relevance
76 .with_commit_options(CommitOptions::new().with_ratchet_tree_extension(false)), in make_client()
152 .with_commit_options(CommitOptions::new().with_path_required(true)), in make_client()
235 pub fn with_commit_options(self, commit_options: CommitOptions) -> Self { in with_commit_options() method
244 .mls_rules(DefaultMlsRules::default().with_commit_options(commit_options)) in test_group_custom()
1212 b.mls_rules(DefaultMlsRules::new().with_commit_options(options)) in test_commit_builder_multiple_welcome_messages()
73 DefaultMlsRules::default().with_commit_options(commit_options.unwrap_or_default()); in generate_basic_client()