Lines Matching refs:Settings
69 Settings = 0x4,
93 Settings(Settings),
168 pub struct Settings {
317 Payload::Settings(_) => FrameType::Settings,
359 impl Settings {
360 /// Creates a new Settings instance containing the provided settings.
362 Settings { settings }
397 Payload::Settings(Settings::new(vec![])),
465 pub fn build(self) -> Settings {
466 Settings::new(self.settings)
618 /// 3. Builds a `Settings` object.
619 /// 4. Gets a reference to the underlying `Vec<Setting>` from the `Settings`
684 /// UT test cases for `Settings`.
687 /// 1. Creates a `Settings` instance with a list of settings.
688 /// 2. Checks if the list of settings in the `Settings` instance is correct.
698 let settings = Settings::new(settings_list.clone());