MCPcopy Create free account

hub / github.com/PacktPublishing/Network-Programming-with-Rust / functions

Functions272 in github.com/PacktPublishing/Network-Programming-with-Rust

Methoddefault_instance
()
Chapter05/grpc/src/foobar.rs:42
Methodderef
(&self)
Chapter06/ch6/rocket-blog/src/db.rs:27
Methoddescription
(&self)
Chapter06/ch6/rocket-blog/src/error.rs:34
Methoddescription
(&self)
Chapter02/custom-errors.rs:18
Methoddescriptor
(&self)
Chapter05/grpc/src/foobar.rs:207
Methoddescriptor_static
(_: ::std::option::Option<CabLocationRequest>)
Chapter05/grpc/src/foobar.rs:217
Methoddeserialize
(deserializer: D)
Chapter04/chapter4/serde-custom/src/main.rs:31
Methodencode
(&mut self, msg: Self::Item, buf: &mut BytesMut)
Chapter07/collatz-streaming/src/lib.rs:157
Methodencode
(&mut self, msg: String, buf: &mut BytesMut)
Chapter07/collatz-proto/src/main.rs:48
Methodencode
(&mut self, msg: CollatzFrame, buf: &mut BytesMut)
Chapter07/collatz-multiplexed/src/lib.rs:87
Methodexpecting
(&self, formatter: &mut fmt::Formatter)
Chapter04/chapter4/serde-custom/src/main.rs:51
Functionflip
()
Chapter03/tcp-echo-server-random.rs:7
Methodfmt
(&self, f: &mut fmt::Formatter)
Chapter06/ch6/rocket-blog/src/error.rs:16
Methodfmt
(&self, f: &mut ::std::fmt::Formatter)
Chapter05/grpc/src/foobar.rs:254
Methodfmt
(&self, f: &mut fmt::Formatter)
Chapter02/custom-errors.rs:10
Methodfmt
(&self, f: &mut fmt::Formatter)
Chapter02/derive.rs:11
Methodfrom
(src: CollatzMessage)
Chapter07/collatz-streaming/src/lib.rs:89
Methodfrom
(e: DieselError)
Chapter06/ch6/rocket-blog/src/error.rs:25
Methodfrom
(&self)
Chapter05/lettre-example/src/main.rs:38
Methodfrom_data
(req: &Request, data: Data)
Chapter06/ch6/rocket-blog/src/models.rs:30
Methodfrom_request
(_: &'a Request<'r>)
Chapter06/ch6/rocket-blog/src/db.rs:34
Methodget_accepted
(&self)
Chapter05/grpc/src/foobar.rs:303
Methodget_accepted_for_reflect
(&self)
Chapter05/grpc/src/foobar.rs:307
Methodget_cabs
(&self, o: ::grpc::RequestOptions, p: super::foobar::GetCabRequest)
Chapter05/grpc/src/foobar_grpc.rs:74
Methodget_cabs
(&self)
Chapter05/grpc/src/foobar.rs:673
Methodget_cabs_for_reflect
(&self)
Chapter05/grpc/src/foobar.rs:677
Methodget_latitude
(&self)
Chapter05/grpc/src/foobar.rs:1088
Methodget_latitude_for_reflect
(&self)
Chapter05/grpc/src/foobar.rs:1092
Methodget_location
(&self)
Chapter05/grpc/src/foobar.rs:115
Methodget_location_for_reflect
(&self)
Chapter05/grpc/src/foobar.rs:119
Methodget_longitude
(&self)
Chapter05/grpc/src/foobar.rs:1111
Methodget_longitude_for_reflect
(&self)
Chapter05/grpc/src/foobar.rs:1115
Methodget_name
(&self)
Chapter05/grpc/src/foobar.rs:74
Methodget_name_for_reflect
(&self)
Chapter05/grpc/src/foobar.rs:78
Methodhas_location
(&self)
Chapter05/grpc/src/foobar.rs:92
Methodinto_any
(self: Box<Self>)
Chapter05/grpc/src/foobar.rs:203
Methodis_initialized
(&self)
Chapter05/grpc/src/foobar.rs:129
Functionit_works
()
Chapter08/key-exchange/src/lib.rs:4
Functionlonger_vector
(x: &'a[i32], y: &'a[i32])
Chapter02/lifetime.rs:8
Functionmain
()
Chapter04/chapter4/pom-string/src/main.rs:16
Functionmain
()
Chapter04/chapter4/serde-custom/src/main.rs:128
Functionmain
()
Chapter04/chapter4/serde-server/src/main.rs:38
Functionmain
()
Chapter04/chapter4/nom-ipv6/src/main.rs:67
Functionmain
()
Chapter04/chapter4/nom-http/src/main.rs:39
Functionmain
()
Chapter04/chapter4/serde-basic/src/main.rs:15
Functionmain
()
Chapter07/futures-bilock/src/main.rs:36
Functionmain
()
Chapter07/futures-ping-pong/src/main.rs:29
Functionmain
()
Chapter07/collatz-client/src/main.rs:11
Functionmain
()
Chapter07/futures-loop/src/main.rs:18
Functionmain
()
Chapter07/collatz-streaming/examples/server.rs:9
Functionmain
()
Chapter07/collatz-streaming/examples/client.rs:14
Functionmain
()
Chapter07/futures-example/src/main.rs:30
Functionmain
()
Chapter07/streams/src/main.rs:45
Functionmain
()
Chapter07/collatz-proto/src/main.rs:103
Functionmain
()
Chapter07/collatz-multiplexed/examples/server.rs:9
Functionmain
()
Chapter07/collatz-multiplexed/examples/client.rs:11
Functionmain
()
Chapter07/tokio-curl/src/main.rs:11
Functionmain
()
Chapter07/futures-chaining/src/main.rs:27
Functionmain
()
Chapter06/ch6/rocket-simple/src/main.rs:11
Functionmain
()
Chapter06/ch6/reqwest-example/src/main.rs:13
Functionmain
()
Chapter06/ch6/hyper-server/src/main.rs:38
Functionmain
()
Chapter06/ch6/hyper-server-faster/src/main.rs:79
Functionmain
()
Chapter06/ch6/reqwest-async/src/main.rs:22
Functionmain
()
Chapter06/ch6/rocket-templates/src/main.rs:32
Functionmain
()
Chapter06/ch6/rocket-blog/src/main.rs:65
Functionmain
()
Chapter03/tcp-echo-server-random.rs:23
Functionmain
()
Chapter03/udp-echo-server.rs:4
Functionmain
()
Chapter03/ip-socket-addr.rs:5
Functionmain
()
Chapter03/udp-client.rs:4
Functionmain
()
Chapter03/lookup-host.rs:6
Functionmain
()
Chapter03/udp-multicast.rs:4
Functionmain
()
Chapter03/tcp-client-timeout.rs:7
Functionmain
()
Chapter03/tcp-echo-server.rs:15
Functionmain
()
Chapter03/tcp-client.rs:5
Functionmain
()
Chapter03/trust-dns-example/src/main.rs:11
Functionmain
()
Chapter03/pnet-example/src/main.rs:39
Functionmain
()
Chapter03/tcp-echo-random/src/main.rs:23
Functionmain
()
Chapter03/ipnetwork-example/src/main.rs:6
Functionmain
()
Chapter03/mio-example/src/main.rs:50
Functionmain
()
Chapter05/lettre-example/src/main.rs:51
Functionmain
()
Chapter05/tftp-example/src/main.rs:8
Functionmain
()
Chapter05/ftp-example/src/main.rs:23
Functionmain
()
Chapter05/grpc/build.rs:3
Functionmain
()
Chapter05/grpc/src/bin/server.rs:52
Functionmain
()
Chapter05/grpc/src/bin/client.rs:8
Functionmain
()
Chapter09/appendix/url-example/src/main.rs:5
Functionmain
()
Chapter09/appendix/rayon-parallel/src/main.rs:21
Functionmain
()
Chapter09/appendix/collatz-may/src/main.rs:44
Functionmain
()
Chapter09/appendix/hyper-async-await/src/main.rs:86
Functionmain
()
Chapter09/appendix/collatz-generator/src/main.rs:6
Functionmain
()
Chapter09/appendix/pest-example/src/main.rs:11
Functionmain
()
Chapter09/appendix/may-http/src/main.rs:35
Functionmain
()
Chapter09/appendix/bitflags-example/src/main.rs:21
Functionmain
()
Chapter09/appendix/rayon-search/src/main.rs:47
Functionmain
()
Chapter02/ownership-borrow.rs:1
Functionmain
()
Chapter02/threads.rs:3
Functionmain
()
Chapter02/closure-move.rs:1
Functionmain
()
Chapter02/traits.rs:38
Functionmain
()
Chapter02/lifetime.rs:1
Functionmain
()
Chapter02/ownership-mut-borrow.rs:1
← previousnext →101–200 of 272, ranked by callers