MCPcopy Create free account

hub / github.com/PacktPublishing/Creative-Projects-for-Rust-Programmers / functions

Functions478 in github.com/PacktPublishing/Creative-Projects-for-Rust-Programmers

Functiondelete_persons
( query: web::Query<ToDelete>, auth: BasicAuth, state: web::Data<Mutex<AppState>>, )
Chapter04/auth/src/main.rs:79
Functiondelete_persons
( query: web::Query<ToDelete>, state: web::Data<Mutex<AppState>>, )
Chapter04/crud/src/main.rs:46
Functiondelete_persons
( auth: BasicAuth, state: web::Data<Mutex<AppState>>, query: web::Query<ToDelete>, )
Chapter05/persons_db/src/main.rs:135
Functiondelete_selected_persons
()
Chapter04/auth/templates/main.js:40
Functiondelete_selected_persons
()
Chapter04/crud/templates/main.js:29
Methodderef
(&'b self)
Chapter10/linux-fw/src/sync.rs:55
Methodderef_mut
(&'b mut self)
Chapter10/linux-fw/src/sync.rs:61
Functiondownload_file
(info: Path<(String,)>)
Chapter03/file_transfer_stub/src/main.rs:37
Functiondownload_file
(info: Path<(String,)>)
Chapter03/file_transfer/src/main.rs:40
Methoddraw
(&self, ctx: &mut Context)
Chapter07/gg_whac/src/main.rs:158
Methoddraw
(&mut self, ctx: &mut Context)
Chapter07/gg_silent_slalom/src/main.rs:180
Methoddraw
(&mut self, ctx: &mut Context)
Chapter07/gg_ski/src/main.rs:76
Methoddraw
(&mut self, ctx: &mut Context)
Chapter07/gg_assets_slalom/src/main.rs:215
Methoddraw
(&mut self, window: &mut Window)
Chapter06/ski/src/main.rs:51
Methoddraw
(&mut self, window: &mut Window)
Chapter06/silent_slalom/src/main.rs:159
Methoddraw
(&mut self, window: &mut Window)
Chapter06/assets_slalom/src/main.rs:196
Functiondrop
(_x: T)
Chapter10/linux-fw/src/sync.rs:130
Methoddrop
(&mut self)
Chapter10/linux-fw/src/sync.rs:67
Functioneh_personality
()
Chapter10/linux-fw/src/lib.rs:22
Methodfmt
(&self, f: &mut std::fmt::Formatter)
Chapter09/nom_disassembler/src/main.rs:18
FunctiongetPage
(uri)
Chapter04/list/templates/main.js:1
Functionget_all_persons_ids
(state: web::Data<Mutex<AppState>>)
Chapter03/json_db/src/main.rs:12
Functionget_all_persons_ids
(state: web::Data<Mutex<AppState>>)
Chapter03/memory_db/src/main.rs:11
Methodget_all_persons_ids
(&self)
Chapter03/json_db/src/db_access.rs:16
Functionget_favicon
()
Chapter04/auth/src/main.rs:216
Functionget_favicon
()
Chapter04/list/src/main.rs:39
Functionget_favicon
()
Chapter04/crud/src/main.rs:139
Functionget_main
()
Chapter04/auth/src/main.rs:39
Functionget_main
()
Chapter04/list/src/main.rs:12
Functionget_main
()
Chapter04/crud/src/main.rs:13
Functionget_page_edit_person
( path: web::Path<(String,)>, auth: BasicAuth, state: web::Data<Mutex<AppState>>, )
Chapter04/auth/src/main.rs:124
Functionget_page_edit_person
( state: web::Data<Mutex<AppState>>, path: web::Path<(String,)>, )
Chapter04/crud/src/main.rs:77
Functionget_page_login
()
Chapter04/auth/src/main.rs:237
Functionget_page_new_person
(auth: BasicAuth, state: web::Data<Mutex<AppState>>)
Chapter04/auth/src/main.rs:108
Functionget_page_new_person
()
Chapter04/crud/src/main.rs:67
Functionget_page_persons
( query: web::Query<Filter>, auth: BasicAuth, state: web::Data<Mutex<AppState>>, )
Chapter04/auth/src/main.rs:51
Functionget_page_persons
( query: web::Query<Filter>, state: web::Data<Mutex<AppState>>, )
Chapter04/list/src/main.rs:24
Functionget_page_persons
( query: web::Query<Filter>, state: web::Data<Mutex<AppState>>, )
Chapter04/crud/src/main.rs:25
Functionget_person_by_id
( auth: BasicAuth, state: web::Data<Mutex<AppState>>, info: Path<(u32,)>, )
Chapter05/persons_db/src/main.rs:77
Functionget_person_name_by_id
( state: web::Data<Mutex<AppState>>, info: Path<(String,)>, )
Chapter03/json_db/src/main.rs:20
Functionget_person_name_by_id
( state: web::Data<Mutex<AppState>>, info: Path<(String,)>, )
Chapter03/memory_db/src/main.rs:21
Functionget_persons
(state: web::Data<Mutex<AppState>>, query: web::Query<Filter>)
Chapter03/json_db/src/main.rs:46
Functionget_persons
(state: web::Data<Mutex<AppState>>, query: web::Query<Filter>)
Chapter03/memory_db/src/main.rs:45
Functionget_persons
( auth: BasicAuth, state: web::Data<Mutex<AppState>>, query: web::Query<Filter>, )
Chapter05/persons_db/src/main.rs:106
Methodget_persons_by_partial_name
( &'a self, subname: &'a str, )
Chapter05/persons_db/src/db_access.rs:58
Methodget_persons_id_and_name_by_partial_name
( &'a self, subname: &'a str, )
Chapter03/json_db/src/db_access.rs:24
Methodget_random_gate
(gate_is_at_right: bool)
Chapter07/gg_silent_slalom/src/main.rs:82
Methodget_random_gate
(gate_is_at_right: bool)
Chapter07/gg_assets_slalom/src/main.rs:106
Methodget_random_gate
(gate_is_at_right: bool)
Chapter06/silent_slalom/src/main.rs:45
Methodget_random_gate
(gate_is_at_right: bool)
Chapter06/assets_slalom/src/main.rs:56
Functioninit_module
()
Chapter10/state/src/lib.rs:11
Functioninit_module
()
Chapter10/dots/src/lib.rs:27
Functioninit_module
()
Chapter10/allocating/src/lib.rs:23
Functioninit_module
()
Chapter10/boilerplate/src/lib.rs:7
Functioninsert_person
( state: web::Data<Mutex<AppState>>, query: web::Query<ToInsert>, auth: BasicAuth, )
Chapter04/auth/src/main.rs:163
Functioninsert_person
(state: web::Data<Mutex<AppState>>, query: web::Query<ToInsert>)
Chapter04/crud/src/main.rs:108
Functioninsert_person
(state: web::Data<Mutex<AppState>>, info: Path<(String,)>)
Chapter03/json_db/src/main.rs:59
Functioninsert_person
(state: web::Data<Mutex<AppState>>, info: Path<(String,)>)
Chapter03/memory_db/src/main.rs:57
Functioninsert_person
( auth: BasicAuth, state: web::Data<Mutex<AppState>>, query: web::Query<PersonData>, )
Chapter05/persons_db/src/main.rs:173
Methodinsert_person
(&mut self, name: &str)
Chapter03/json_db/src/db_access.rs:34
Methodinsert_person
(&mut self, name: &str)
Chapter03/memory_db/src/db_access.rs:34
Methodinsert_person
(&mut self, mut person: Person)
Chapter05/persons_db/src/db_access.rs:76
Functioninvalid_method
(req: HttpRequest)
Chapter05/persons_db/src/main.rs:221
Functioninvalid_resource
()
Chapter04/auth/src/main.rs:222
Functioninvalid_resource
()
Chapter04/list/src/main.rs:45
Functioninvalid_resource
(state: web::Data<Mutex<AppState>>)
Chapter04/crud/src/main.rs:145
Functioninvalid_resource
(req: HttpRequest)
Chapter03/file_transfer_stub/src/main.rs:82
Functioninvalid_resource
(req: HttpRequest)
Chapter03/json_db/src/main.rs:68
Functioninvalid_resource
(req: HttpRequest)
Chapter03/memory_db/src/main.rs:64
Functioninvalid_resource
(req: HttpRequest)
Chapter03/file_transfer/src/main.rs:159
Functioninvalid_resource
(req: HttpRequest)
Chapter05/persons_db/src/main.rs:216
Methodkey_down_event
( &mut self, _ctx: &mut Context, keycode: KeyCode, _keymod: KeyMods, _
Chapter07/gg_silent_slalom/src/main.rs:262
Methodkey_down_event
( &mut self, _ctx: &mut Context, keycode: KeyCode, _keymod: KeyMods, _
Chapter07/gg_ski/src/main.rs:117
Methodkey_down_event
( &mut self, _ctx: &mut Context, keycode: KeyCode, _keymod: KeyMods, _
Chapter07/gg_assets_slalom/src/main.rs:317
Methodkey_up_event
(&mut self, _ctx: &mut Context, keycode: KeyCode, _keymod: KeyMods)
Chapter07/gg_silent_slalom/src/main.rs:286
Methodkey_up_event
(&mut self, _ctx: &mut Context, keycode: KeyCode, _keymod: KeyMods)
Chapter07/gg_ski/src/main.rs:135
Methodkey_up_event
(&mut self, _ctx: &mut Context, keycode: KeyCode, _keymod: KeyMods)
Chapter07/gg_assets_slalom/src/main.rs:341
Functionle_word
(input: &[u8])
Chapter09/nom_disassembler/src/main.rs:13
Functionlogin
()
Chapter04/auth/templates/main.js:72
Functionmain
()
Chapter04/auth/src/main.rs:249
Functionmain
()
Chapter04/templ/src/main.rs:1
Functionmain
()
Chapter04/list/src/main.rs:55
Functionmain
()
Chapter04/crud/src/main.rs:161
Functionmain
()
Chapter07/gg_whac/src/main.rs:365
Functionmain
()
Chapter07/gg_silent_slalom/src/main.rs:296
Functionmain
()
Chapter07/gg_ski/src/main.rs:145
Functionmain
()
Chapter07/gg_assets_slalom/src/main.rs:351
Functionmain
()
Chapter06/ski/src/main.rs:94
Functionmain
()
Chapter06/silent_slalom/src/main.rs:230
Functionmain
()
Chapter06/assets_slalom/src/main.rs:289
Functionmain
()
Chapter03/file_transfer_stub/src/main.rs:87
Functionmain
()
Chapter03/json_db/src/main.rs:73
Functionmain
()
Chapter03/memory_db/src/main.rs:69
Functionmain
()
Chapter03/file_transfer/src/main.rs:164
Functionmain
()
Chapter05/persons_db/src/main.rs:226
Functionmain
()
Chapter01/use_env_logger/src/main.rs:4
Functionmain
()
Chapter01/use_rand/src/main.rs:4
Functionmain
()
Chapter01/use_lazy_static/src/main.rs:14
Functionmain
()
Chapter01/use_structopt/src/main.rs:19
Functionmain
()
Chapter10/linux-fw/build.rs:37
← previousnext →201–300 of 478, ranked by callers