MCPcopy Create free account

hub / github.com/PacktPublishing/Rust-Web-Programming-3E / functions

Functions16,861 in github.com/PacktPublishing/Rust-Web-Programming-3E

↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter10/defining-our-core-create-api-endpoint/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter10/defining-our-user-model/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter10/creating-a-get-key-function/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter10/storing-passwords/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter10/creating-our-core-login-api/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter10/encoding-our-token/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter10/adding-authentication-to-our-frontend/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter10/building-our-data-access-layer/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter10/decoding-out-token/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter10/refactoring-our-jwt/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter10/interacting-with-our-auth-server/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter09/how-to-use-docker/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter09/creating-our-database-migrations/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter09/connecting-our-transactions-to-the-server/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter09/running-docker-in-the-background-with-bash-scripts/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter09/defining-our-database-transactions/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter09/adding-sqlx-to-our-data-access-layer/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter09/refactoring-our-frontend/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter09/running-a-database-in-docker/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter09/connecting-our-transactions-to-the-core/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter08/loading-wasm-in-the-frontend/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctionget_handle
Opens a file. # Arguments - `path` - An optional string slice that specifies the path to the file. # Returns a file handle to perform read/write ope
chapter08/setting-up-our-wasm-build/nanoservices/to_do/dal/src/json_file.rs:22
↓ 3 callersFunctioninit_logger
()
new-chapter17/implementing-https-locally-with-docker-compose/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter17/implementing-https-localy/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter17/attaching-an-elastic-ip-to-server/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter17/creating-a-load-balancer-for-our-traffic/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter17/creating-security-groups/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter17/creating-multiple-ec2-instances/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/running-our-atomic-end-to-end-test/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/creating-workflows-test-workspace/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/updating-our-test-runner-bash-script/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/building-our-create-item-http-kernel/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/testing-workflows/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/to-do-http-kernels/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/building-our-delete-item-http-kernel/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/atomic-end-to-end-tests/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/building-a-kernel-api-call-for-logging-in/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/writing-the-end-to-end-test/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/configuring-existing-code-to-accommodate-the-workflow-tests/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/creating-a-delete-workflow-test/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/building-our-atomic-end-to-end-tests/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter15/building-kernel-api-call-for-creating-a-user/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter16/defining-the-build-config-for-our-monolith/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter16/defining-the-build-config-for-our-microservices/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter16/building-the-base-docker-image-for-all-servers/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter16/deploying-our-system/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter16/building-a-server-build-pipeline/glue/src/logger/logger.rs:8
↓ 3 callersFunctioninit_logger
()
chapter16/setting-up-terraform/glue/src/logger/logger.rs:8
↓ 3 callersMethodinto_hyper_response
(self)
chapter07/inserting-styles-with-css/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter07/creating-react-components/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter07/rendering-multiple-react-components/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter07/connecting-backend-api-endpoints-to-the-frontend/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter07/serving-frontend-from-rust/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter10/defining-our-create-user-database-transactions/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter10/verifying-passwords/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter10/building-our-auth-core-module/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter10/building-our-auth-server/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter10/networking-layer/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter10/defining-our-core-create-api-endpoint/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter10/defining-our-user-model/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter10/storing-passwords/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter10/building-our-data-access-layer/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter09/how-to-use-docker/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter09/creating-our-database-migrations/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter09/connecting-our-transactions-to-the-server/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter09/running-docker-in-the-background-with-bash-scripts/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter09/defining-our-database-transactions/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter09/adding-sqlx-to-our-data-access-layer/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter09/refactoring-our-frontend/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter09/running-a-database-in-docker/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter09/connecting-our-transactions-to-the-core/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter08/loading-wasm-in-the-frontend/glue/src/errors.rs:160
↓ 3 callersMethodinto_hyper_response
(self)
chapter08/setting-up-our-wasm-build/glue/src/errors.rs:160
↓ 3 callersMethodinto_response
(self)
chapter06/updating-resources-using-the-patch-method/glue/src/errors.rs:144
↓ 3 callersMethodinto_response
(self)
chapter06/automating-running-our-server/glue/src/errors.rs:144
↓ 3 callersMethodinto_response
(self)
chapter06/deleting-resources-using-the-delete-method/glue/src/errors.rs:144
↓ 3 callersMethodinto_response
(self)
chapter06/extracting-data-from-http-request-headers/glue/src/errors.rs:144
↓ 3 callersMethodinto_response
(self)
chapter07/building-out-a-development-setup/glue/src/errors.rs:144
↓ 3 callersMethodinto_response
(self)
chapter05/handling-errors-in-api-endpoints/glue/src/errors.rs:144
↓ 3 callersMethodlayer
(&self, inner: S)
chapter14/creating-a-dal-unit-test/glue/src/logger/network_wrappers/axum.rs:39
↓ 3 callersMethodlayer
(&self, inner: S)
chapter14/mocking-our-user-cache-handle/glue/src/logger/network_wrappers/axum.rs:39
↓ 3 callersMethodlayer
(&self, inner: S)
chapter14/testing-our-core/glue/src/logger/network_wrappers/axum.rs:39
↓ 3 callersMethodlayer
(&self, inner: S)
chapter14/refactoring-our-testing-script/glue/src/logger/network_wrappers/axum.rs:39
↓ 3 callersMethodlayer
(&self, inner: S)
chapter14/testing-our-networking-layer/glue/src/logger/network_wrappers/axum.rs:39
↓ 3 callersMethodlayer
(&self, inner: S)
chapter14/defining-a-teardown-sql-command/glue/src/logger/network_wrappers/axum.rs:39
↓ 3 callersMethodlayer
(&self, inner: S)
chapter14/defining-our-test-module/glue/src/logger/network_wrappers/axum.rs:39
↓ 3 callersMethodlayer
(&self, inner: S)
chapter13/integrating-our-logger-into-our-servers/glue/src/logger/network_wrappers/axum.rs:39
↓ 3 callersMethodlayer
(&self, inner: S)
chapter13/configuring-our-logging-database/glue/src/logger/network_wrappers/axum.rs:39
↓ 3 callersFunctionrun_migrations
Runs a set of embedded migrations for a specific database.
new-chapter17/implementing-https-locally-with-docker-compose/nanoservices/to_do/dal/src/migrations.rs:6
↓ 3 callersFunctionrun_migrations
Runs a set of embedded migrations for a specific database.
chapter17/implementing-https-localy/nanoservices/to_do/dal/src/migrations.rs:6
↓ 3 callersFunctionrun_migrations
Runs a set of embedded migrations for a specific database.
chapter17/attaching-an-elastic-ip-to-server/nanoservices/to_do/dal/src/migrations.rs:6
↓ 3 callersFunctionrun_migrations
Runs a set of embedded migrations for a specific database.
chapter17/creating-a-load-balancer-for-our-traffic/nanoservices/to_do/dal/src/migrations.rs:6
↓ 3 callersFunctionrun_migrations
Runs a set of embedded migrations for a specific database.
chapter17/creating-security-groups/nanoservices/to_do/dal/src/migrations.rs:6
↓ 3 callersFunctionrun_migrations
Runs a set of embedded migrations for a specific database.
chapter17/creating-multiple-ec2-instances/nanoservices/to_do/dal/src/migrations.rs:6
↓ 3 callersFunctionrun_migrations
Runs a set of embedded migrations for a specific database.
chapter15/running-our-atomic-end-to-end-test/nanoservices/to_do/dal/src/migrations.rs:6
↓ 3 callersFunctionrun_migrations
Runs a set of embedded migrations for a specific database.
chapter15/creating-workflows-test-workspace/nanoservices/to_do/dal/src/migrations.rs:6
↓ 3 callersFunctionrun_migrations
Runs a set of embedded migrations for a specific database.
chapter15/updating-our-test-runner-bash-script/nanoservices/to_do/dal/src/migrations.rs:6
↓ 3 callersFunctionrun_migrations
Runs a set of embedded migrations for a specific database.
chapter15/testing-workflows/nanoservices/to_do/dal/src/migrations.rs:6
↓ 3 callersFunctionrun_migrations
Runs a set of embedded migrations for a specific database.
chapter15/atomic-end-to-end-tests/nanoservices/to_do/dal/src/migrations.rs:6
↓ 3 callersFunctionrun_migrations
Runs a set of embedded migrations for a specific database.
chapter15/building-a-kernel-api-call-for-logging-in/nanoservices/to_do/dal/src/migrations.rs:6
← previousnext →901–1,000 of 16,861, ranked by callers