MCPcopy Create free account

hub / github.com/ChenZhongPu/design-pattern-rust / functions

Functions257 in github.com/ChenZhongPu/design-pattern-rust

Methodnew
()
behavioral/command/command1/src/remote_control.rs:9
Methodnew
(light: Rc<RefCell<Light>>)
behavioral/command/command2/src/command.rs:18
Methodnew
(location: &str)
behavioral/command/command2/src/light.rs:5
Methodnew
()
behavioral/command/command2/src/remote_control.rs:9
Methodnew
()
behavioral/command/command2/src/hottub.rs:8
Methodnew
(count: usize)
behavioral/state/src/gumball_machine.rs:11
Methodnew
()
behavioral/iterator/src/pancake_menu.rs:8
Methodnew
()
behavioral/iterator/src/diner_menu.rs:11
Methodnew
(name: &str, description: &str, vegetarian: bool, price: f64)
behavioral/iterator/src/menu_item.rs:14
Methodnew
(menus: Vec<Box<dyn Menu>>)
behavioral/iterator/src/waitress.rs:8
Methodnew
(id: usize)
behavioral/observer/observer-1/src/observer.rs:10
Methodnew
()
behavioral/observer/observer-1/src/subject.rs:9
Methodnew
()
behavioral/observer/observer-1x/src/subject.rs:9
Methodnew
()
behavioral/observer/observer-3/src/subject.rs:11
Methodnew
(id: usize)
behavioral/observer/observer-2/src/observer.rs:10
Methodnew
()
behavioral/observer/observer-2/src/subject.rs:12
Methodnew
(beverage: Box<dyn Beverage>)
structural/decorator/src/beverage.rs:28
Methodnew
()
structural/bridge/src/sony.rs:8
Methodnew
(tv: Rc<RefCell<dyn TV>>)
structural/bridge/src/generic_remote.rs:16
Methodnew
()
structural/bridge/src/lg.rs:7
Methodnew
(tv: Rc<RefCell<dyn TV>>)
structural/bridge/src/special_remote.rs:16
Methodnew
(name: &str, description: &str)
structural/composite/src/menu.rs:10
Methodnew
(name: &str, description: &str, vegetarian: bool, price: f64)
structural/composite/src/menu_item.rs:11
Methodnew
(menus: Box<dyn MenuComponent>)
structural/composite/src/waitress.rs:8
Methodnew
(amp: Amplifier, tuner: Tuner)
structural/facade/src/home_theater.rs:11
Methodnew
(description: &str)
structural/facade/src/amplifier.rs:12
Methodnew
(description: &str)
structural/facade/src/tuner.rs:8
Methodnew
(driver_age: i32, other_car: &'a dyn ICar)
structural/proxy/src/lib.rs:29
Methodnew
(turkey: Box<dyn Turkey>)
structural/adapter/src/turkey_adapter.rs:8
Methodnew
(factory: Box<dyn PizzaIngredientFactory>, name: &str)
creational/factory/abstract-factory/src/pizza.rs:28
Methodnew
()
creational/factory/simple-factory/src/pizza.rs:26
Methodnew
()
creational/factory/factory-method/src/ny_pizza.rs:21
Methodnew
()
creational/factory/factory-method/src/chicago_pizza.rs:21
Methodoff
(&mut self)
behavioral/command/command2/src/hottub.rs:16
Methodoff
(&self)
structural/bridge/src/sony.rs:18
Methodoff
(&self)
structural/bridge/src/remote_control.rs:10
Methodoff
(&self)
structural/facade/src/amplifier.rs:24
Methodon
(&mut self)
behavioral/command/command2/src/hottub.rs:12
Methodon
(&self)
structural/bridge/src/sony.rs:14
Methodon
(&self)
structural/bridge/src/remote_control.rs:7
Methodon
(&self)
structural/facade/src/amplifier.rs:20
Methodperform_quack
(&self, quack: &T)
behavioral/strategy/strategy-2/src/duck.rs:9
Methodprice
(&self)
behavioral/iterator/src/menu_item.rs:34
Methodprice
(&self)
structural/composite/src/menu_component.rs:18
Methodprice
(&self)
structural/composite/src/menu_item.rs:29
Methodprint
(&self)
structural/composite/src/menu_component.rs:26
Methodprint
(&self)
structural/composite/src/menu_item.rs:37
Methodquack
(&self)
structural/adapter/src/turkey_adapter.rs:14
Methodset_am
(&mut self)
structural/facade/src/tuner.rs:28
Methodset_fm
(&mut self)
structural/facade/src/tuner.rs:33
Methodset_temperature
(&mut self, temp: i32)
behavioral/command/command2/src/hottub.rs:32
Methodturn_channel
(&mut self, channel: i32)
structural/bridge/src/sony.rs:22
Methodturn_crank
(self: Box<Self>)
behavioral/state/src/sold_out_state.rs:17
Methodturn_crank
(self: Box<Self>)
behavioral/state/src/has_quarter_state.rs:19
Methodturn_crank
(self: Box<Self>)
behavioral/state/src/no_quarter_state.rs:18
Methodturn_crank
(self: Box<Self>)
behavioral/state/src/sold_state.rs:19
Methodtv
(&self)
structural/bridge/src/special_remote.rs:10
← previous201–257 of 257, ranked by callers