List of all items
Structs
- Galvyn
- GalvynSetup
- ModuleBuilder
- RouterBuilder
- core::GalvynRouter
- core::SchemalessJson
- core::handler::HandlerMeta
- core::handler::context::EndpointContext
- core::handler::request_body::RequestBodyMetadata
- core::handler::request_part::RequestPartMetadata
- core::handler::response_body::ResponseBodyMetadata
- core::handler::response_part::ResponsePartMetadata
- core::middleware::MiddlewareLayer
- core::middleware::MiddlewareService
- core::middleware::catch_unwind::CatchUnwindMiddleware
- core::middleware::catch_unwind::DefaultHandlePanic
- core::middleware::concurrency_limit::ConcurrencyLimitMiddleware
- core::middleware::concurrency_limit::ConcurrencyLimitParams
- core::middleware::concurrency_limit::DefaultHandleConcurrencyLimit
- core::misc::redacted::After
- core::misc::redacted::Fully
- core::misc::redacted::Redacted
- core::misc::redacted::config::After
- core::misc::redacted::config::Fully
- core::misc::redacted::config::RedactionConfigValue
- core::misc::serde_env::Deserializer
- core::misc::serde_parse::StringParseDeserializer
- core::misc::sync::OwnedTypedSemaphorePermit
- core::misc::sync::SwapLock
- core::misc::sync::TypedSemaphore
- core::misc::sync::TypedSemaphorePermit
- core::module::registry::Registry
- core::module::registry::builder::RegistryBuilder
- core::modules::shutdown::Shutdown
- core::modules::shutdown::ShutdownPreInit
- core::modules::shutdown::ShutdownSetup
- core::re_exports::axum::Error
- core::re_exports::axum::Extension
- core::re_exports::axum::Form
- core::re_exports::axum::Json
- core::re_exports::axum::Router
- core::re_exports::axum::body::Body
- core::re_exports::axum::body::BodyDataStream
- core::re_exports::axum::error_handling::HandleError
- core::re_exports::axum::error_handling::HandleErrorLayer
- core::re_exports::axum::error_handling::future::HandleErrorFuture
- core::re_exports::axum::extract::ConnectInfo
- core::re_exports::axum::extract::DefaultBodyLimit
- core::re_exports::axum::extract::NestedPath
- core::re_exports::axum::extract::Path
- core::re_exports::axum::extract::Query
- core::re_exports::axum::extract::RawForm
- core::re_exports::axum::extract::RawPathParams
- core::re_exports::axum::extract::RawQuery
- core::re_exports::axum::extract::State
- core::re_exports::axum::extract::WebSocketUpgrade
- core::re_exports::axum::extract::connect_info::ConnectInfo
- core::re_exports::axum::extract::connect_info::IntoMakeServiceWithConnectInfo
- core::re_exports::axum::extract::connect_info::MockConnectInfo
- core::re_exports::axum::extract::connect_info::ResponseFuture
- core::re_exports::axum::extract::path::FailedToDeserializePathParams
- core::re_exports::axum::extract::path::InvalidUtf8InPathParam
- core::re_exports::axum::extract::path::Path
- core::re_exports::axum::extract::path::RawPathParams
- core::re_exports::axum::extract::path::RawPathParamsIter
- core::re_exports::axum::extract::rejection::FailedToDeserializeForm
- core::re_exports::axum::extract::rejection::FailedToDeserializeFormBody
- core::re_exports::axum::extract::rejection::FailedToDeserializePathParams
- core::re_exports::axum::extract::rejection::FailedToDeserializeQueryString
- core::re_exports::axum::extract::rejection::InvalidFormContentType
- core::re_exports::axum::extract::rejection::InvalidUtf8
- core::re_exports::axum::extract::rejection::InvalidUtf8InPathParam
- core::re_exports::axum::extract::rejection::JsonDataError
- core::re_exports::axum::extract::rejection::JsonSyntaxError
- core::re_exports::axum::extract::rejection::LengthLimitError
- core::re_exports::axum::extract::rejection::MissingExtension
- core::re_exports::axum::extract::rejection::MissingJsonContentType
- core::re_exports::axum::extract::rejection::MissingPathParams
- core::re_exports::axum::extract::rejection::NestedPathRejection
- core::re_exports::axum::extract::rejection::UnknownBodyError
- core::re_exports::axum::extract::ws::CloseFrame
- core::re_exports::axum::extract::ws::DefaultOnFailedUpgrade
- core::re_exports::axum::extract::ws::Utf8Bytes
- core::re_exports::axum::extract::ws::WebSocket
- core::re_exports::axum::extract::ws::WebSocketUpgrade
- core::re_exports::axum::extract::ws::rejection::ConnectionNotUpgradable
- core::re_exports::axum::extract::ws::rejection::InvalidConnectionHeader
- core::re_exports::axum::extract::ws::rejection::InvalidProtocolPseudoheader
- core::re_exports::axum::extract::ws::rejection::InvalidUpgradeHeader
- core::re_exports::axum::extract::ws::rejection::InvalidWebSocketVersionHeader
- core::re_exports::axum::extract::ws::rejection::MethodNotConnect
- core::re_exports::axum::extract::ws::rejection::MethodNotGet
- core::re_exports::axum::extract::ws::rejection::WebSocketKeyHeaderMissing
- core::re_exports::axum::handler::HandlerService
- core::re_exports::axum::handler::Layered
- core::re_exports::axum::handler::future::IntoServiceFuture
- core::re_exports::axum::handler::future::LayeredFuture
- core::re_exports::axum::middleware::AddExtension
- core::re_exports::axum::middleware::FromExtractor
- core::re_exports::axum::middleware::FromExtractorLayer
- core::re_exports::axum::middleware::FromFn
- core::re_exports::axum::middleware::FromFnLayer
- core::re_exports::axum::middleware::MapRequest
- core::re_exports::axum::middleware::MapRequestLayer
- core::re_exports::axum::middleware::MapResponse
- core::re_exports::axum::middleware::MapResponseLayer
- core::re_exports::axum::middleware::Next
- core::re_exports::axum::middleware::ResponseAxumBody
- core::re_exports::axum::middleware::ResponseAxumBodyFuture
- core::re_exports::axum::middleware::ResponseAxumBodyLayer
- core::re_exports::axum::middleware::future::FromExtractorResponseFuture
- core::re_exports::axum::middleware::future::FromFnResponseFuture
- core::re_exports::axum::middleware::future::MapRequestResponseFuture
- core::re_exports::axum::middleware::future::MapResponseResponseFuture
- core::re_exports::axum::response::AppendHeaders
- core::re_exports::axum::response::ErrorResponse
- core::re_exports::axum::response::Html
- core::re_exports::axum::response::NoContent
- core::re_exports::axum::response::Redirect
- core::re_exports::axum::response::ResponseParts
- core::re_exports::axum::response::Sse
- core::re_exports::axum::response::sse::Event
- core::re_exports::axum::response::sse::EventDataWriter
- core::re_exports::axum::response::sse::KeepAlive
- core::re_exports::axum::response::sse::KeepAliveStream
- core::re_exports::axum::response::sse::Sse
- core::re_exports::axum::routing::IntoMakeService
- core::re_exports::axum::routing::MethodFilter
- core::re_exports::axum::routing::MethodRouter
- core::re_exports::axum::routing::Route
- core::re_exports::axum::routing::Router
- core::re_exports::axum::routing::RouterAsService
- core::re_exports::axum::routing::RouterIntoService
- core::re_exports::axum::routing::future::InfallibleRouteFuture
- core::re_exports::axum::routing::future::IntoMakeServiceFuture
- core::re_exports::axum::routing::future::RouteFuture
- core::re_exports::axum::routing::method_routing::MethodRouter
- core::re_exports::axum::serve::IncomingStream
- core::re_exports::axum::serve::Serve
- core::re_exports::axum::serve::TapIo
- core::re_exports::axum::serve::WithGracefulShutdown
- core::re_exports::mime::FromStrError
- core::re_exports::mime::Mime
- core::re_exports::mime::MimeIter
- core::re_exports::mime::Name
- core::re_exports::mime::Params
- core::re_exports::opentelemetry::Context
- core::re_exports::opentelemetry::ContextGuard
- core::re_exports::opentelemetry::InstrumentationScope
- core::re_exports::opentelemetry::InstrumentationScopeBuilder
- core::re_exports::opentelemetry::Key
- core::re_exports::opentelemetry::KeyValue
- core::re_exports::opentelemetry::SpanId
- core::re_exports::opentelemetry::StringValue
- core::re_exports::opentelemetry::TraceFlags
- core::re_exports::opentelemetry::TraceId
- core::re_exports::opentelemetry::baggage::Baggage
- core::re_exports::opentelemetry::baggage::BaggageMetadata
- core::re_exports::opentelemetry::baggage::Iter
- core::re_exports::opentelemetry::baggage::KeyValueMetadata
- core::re_exports::opentelemetry::context::Context
- core::re_exports::opentelemetry::context::ContextGuard
- core::re_exports::opentelemetry::context::WithContext
- core::re_exports::opentelemetry::global::BoxedSpan
- core::re_exports::opentelemetry::global::BoxedTracer
- core::re_exports::opentelemetry::global::GlobalTracerProvider
- core::re_exports::opentelemetry::logs::NoopLoggerProvider
- core::re_exports::opentelemetry::metrics::AsyncInstrumentBuilder
- core::re_exports::opentelemetry::metrics::Counter
- core::re_exports::opentelemetry::metrics::Gauge
- core::re_exports::opentelemetry::metrics::Histogram
- core::re_exports::opentelemetry::metrics::HistogramBuilder
- core::re_exports::opentelemetry::metrics::InstrumentBuilder
- core::re_exports::opentelemetry::metrics::Meter
- core::re_exports::opentelemetry::metrics::ObservableCounter
- core::re_exports::opentelemetry::metrics::ObservableGauge
- core::re_exports::opentelemetry::metrics::ObservableUpDownCounter
- core::re_exports::opentelemetry::metrics::UpDownCounter
- core::re_exports::opentelemetry::propagation::TextMapCompositePropagator
- core::re_exports::opentelemetry::propagation::composite::TextMapCompositePropagator
- core::re_exports::opentelemetry::propagation::text_map_propagator::FieldIter
- core::re_exports::opentelemetry::trace::Event
- core::re_exports::opentelemetry::trace::Link
- core::re_exports::opentelemetry::trace::SamplingResult
- core::re_exports::opentelemetry::trace::SpanBuilder
- core::re_exports::opentelemetry::trace::SpanContext
- core::re_exports::opentelemetry::trace::SpanId
- core::re_exports::opentelemetry::trace::SpanRef
- core::re_exports::opentelemetry::trace::TraceFlags
- core::re_exports::opentelemetry::trace::TraceId
- core::re_exports::opentelemetry::trace::TraceState
- core::re_exports::opentelemetry::trace::WithContext
- core::re_exports::opentelemetry::trace::noop::NoopSpan
- core::re_exports::opentelemetry::trace::noop::NoopTextMapPropagator
- core::re_exports::opentelemetry::trace::noop::NoopTracer
- core::re_exports::opentelemetry::trace::noop::NoopTracerProvider
- core::re_exports::opentelemetry_otlp::ExportConfig
- core::re_exports::opentelemetry_otlp::HttpExporterBuilder
- core::re_exports::opentelemetry_otlp::HttpExporterBuilderSet
- core::re_exports::opentelemetry_otlp::LogExporter
- core::re_exports::opentelemetry_otlp::LogExporterBuilder
- core::re_exports::opentelemetry_otlp::MetricExporter
- core::re_exports::opentelemetry_otlp::MetricExporterBuilder
- core::re_exports::opentelemetry_otlp::NoExporterBuilderSet
- core::re_exports::opentelemetry_otlp::SpanExporter
- core::re_exports::opentelemetry_otlp::SpanExporterBuilder
- core::re_exports::opentelemetry_otlp::TonicConfig
- core::re_exports::opentelemetry_otlp::TonicExporterBuilder
- core::re_exports::opentelemetry_otlp::TonicExporterBuilderSet
- core::re_exports::opentelemetry_sdk::Resource
- core::re_exports::opentelemetry_sdk::logs::BatchConfig
- core::re_exports::opentelemetry_sdk::logs::BatchConfigBuilder
- core::re_exports::opentelemetry_sdk::logs::BatchLogProcessor
- core::re_exports::opentelemetry_sdk::logs::BatchLogProcessorBuilder
- core::re_exports::opentelemetry_sdk::logs::LogBatch
- core::re_exports::opentelemetry_sdk::logs::LoggerProviderBuilder
- core::re_exports::opentelemetry_sdk::logs::SdkLogRecord
- core::re_exports::opentelemetry_sdk::logs::SdkLogger
- core::re_exports::opentelemetry_sdk::logs::SdkLoggerProvider
- core::re_exports::opentelemetry_sdk::logs::SimpleLogProcessor
- core::re_exports::opentelemetry_sdk::logs::TraceContext
- core::re_exports::opentelemetry_sdk::metrics::Instrument
- core::re_exports::opentelemetry_sdk::metrics::MeterProviderBuilder
- core::re_exports::opentelemetry_sdk::metrics::PeriodicReader
- core::re_exports::opentelemetry_sdk::metrics::PeriodicReaderBuilder
- core::re_exports::opentelemetry_sdk::metrics::SdkMeterProvider
- core::re_exports::opentelemetry_sdk::metrics::Stream
- core::re_exports::opentelemetry_sdk::metrics::StreamBuilder
- core::re_exports::opentelemetry_sdk::metrics::data::Exemplar
- core::re_exports::opentelemetry_sdk::metrics::data::ExponentialBucket
- core::re_exports::opentelemetry_sdk::metrics::data::ExponentialHistogram
- core::re_exports::opentelemetry_sdk::metrics::data::ExponentialHistogramDataPoint
- core::re_exports::opentelemetry_sdk::metrics::data::Gauge
- core::re_exports::opentelemetry_sdk::metrics::data::GaugeDataPoint
- core::re_exports::opentelemetry_sdk::metrics::data::Histogram
- core::re_exports::opentelemetry_sdk::metrics::data::HistogramDataPoint
- core::re_exports::opentelemetry_sdk::metrics::data::Metric
- core::re_exports::opentelemetry_sdk::metrics::data::ResourceMetrics
- core::re_exports::opentelemetry_sdk::metrics::data::ScopeMetrics
- core::re_exports::opentelemetry_sdk::metrics::data::Sum
- core::re_exports::opentelemetry_sdk::metrics::data::SumDataPoint
- core::re_exports::opentelemetry_sdk::propagation::BaggagePropagator
- core::re_exports::opentelemetry_sdk::propagation::TraceContextPropagator
- core::re_exports::opentelemetry_sdk::resource::EnvResourceDetector
- core::re_exports::opentelemetry_sdk::resource::Iter
- core::re_exports::opentelemetry_sdk::resource::Resource
- core::re_exports::opentelemetry_sdk::resource::ResourceBuilder
- core::re_exports::opentelemetry_sdk::resource::SdkProvidedResourceDetector
- core::re_exports::opentelemetry_sdk::resource::TelemetryResourceDetector
- core::re_exports::opentelemetry_sdk::runtime::Tokio
- core::re_exports::opentelemetry_sdk::trace::BatchConfig
- core::re_exports::opentelemetry_sdk::trace::BatchConfigBuilder
- core::re_exports::opentelemetry_sdk::trace::BatchSpanProcessor
- core::re_exports::opentelemetry_sdk::trace::BatchSpanProcessorBuilder
- core::re_exports::opentelemetry_sdk::trace::Config
- core::re_exports::opentelemetry_sdk::trace::RandomIdGenerator
- core::re_exports::opentelemetry_sdk::trace::SdkTracer
- core::re_exports::opentelemetry_sdk::trace::SdkTracerProvider
- core::re_exports::opentelemetry_sdk::trace::SimpleSpanProcessor
- core::re_exports::opentelemetry_sdk::trace::Span
- core::re_exports::opentelemetry_sdk::trace::SpanData
- core::re_exports::opentelemetry_sdk::trace::SpanEvents
- core::re_exports::opentelemetry_sdk::trace::SpanLimits
- core::re_exports::opentelemetry_sdk::trace::SpanLinks
- core::re_exports::opentelemetry_sdk::trace::Tracer
- core::re_exports::opentelemetry_sdk::trace::TracerProviderBuilder
- core::re_exports::rorm::Database
- core::re_exports::rorm::DatabaseConfiguration
- core::re_exports::rorm::Row
- core::re_exports::rorm::cli::cli::Cli
- core::re_exports::rorm::cli::config::DatabaseConfig
- core::re_exports::rorm::cli::make_migrations::MakeMigrationsOptions
- core::re_exports::rorm::cli::migrate::MigrateOptions
- core::re_exports::rorm::cli::migrate::apply::ApplyMigrationError
- core::re_exports::rorm::cli::migrate::config::DatabaseConfigFile
- core::re_exports::rorm::conditions::Binary
- core::re_exports::rorm::conditions::Column
- core::re_exports::rorm::conditions::DynamicCollection
- core::re_exports::rorm::conditions::In
- core::re_exports::rorm::conditions::StaticCollection
- core::re_exports::rorm::conditions::Ternary
- core::re_exports::rorm::conditions::Unary
- core::re_exports::rorm::conditions::collections::DynamicCollection
- core::re_exports::rorm::conditions::collections::StaticCollection
- core::re_exports::rorm::crud::decoder::DirectDecoder
- core::re_exports::rorm::crud::decoder::Map
- core::re_exports::rorm::crud::decoder::NoopDecoder
- core::re_exports::rorm::crud::decoder::Optional
- core::re_exports::rorm::crud::delete::DeleteBuilder
- core::re_exports::rorm::crud::insert::InsertBuilder
- core::re_exports::rorm::crud::insert::InsertReturningNothing
- core::re_exports::rorm::crud::query::Limit
- core::re_exports::rorm::crud::query::QueryBuilder
- core::re_exports::rorm::crud::selector::AggregatedColumn
- core::re_exports::rorm::crud::selector::PathedSelector
- core::re_exports::rorm::crud::update::UpdateBuilder
- core::re_exports::rorm::db::Database
- core::re_exports::rorm::db::DatabaseConfiguration
- core::re_exports::rorm::db::Row
- core::re_exports::rorm::db::choice::Choice
- core::re_exports::rorm::db::database::Database
- core::re_exports::rorm::db::database::DatabaseConfiguration
- core::re_exports::rorm::db::executor::AffectedRows
- core::re_exports::rorm::db::executor::All
- core::re_exports::rorm::db::executor::Nothing
- core::re_exports::rorm::db::executor::One
- core::re_exports::rorm::db::executor::Optional
- core::re_exports::rorm::db::executor::Stream
- core::re_exports::rorm::db::row::Row
- core::re_exports::rorm::db::sql::alter_table::AlterTableData
- core::re_exports::rorm::db::sql::conditional::BinaryExpression
- core::re_exports::rorm::db::sql::conditional::TernaryExpression
- core::re_exports::rorm::db::sql::conditional::UnaryExpression
- core::re_exports::rorm::db::sql::create_column::CreateColumnPostgresData
- core::re_exports::rorm::db::sql::create_column::SQLAnnotation
- core::re_exports::rorm::db::sql::create_index::CreateIndexData
- core::re_exports::rorm::db::sql::create_table::CreateTableData
- core::re_exports::rorm::db::sql::create_trigger::SQLCreateTrigger
- core::re_exports::rorm::db::sql::delete::DeleteData
- core::re_exports::rorm::db::sql::drop_index::DropIndexData
- core::re_exports::rorm::db::sql::drop_table::DropTableData
- core::re_exports::rorm::db::sql::insert::InsertData
- core::re_exports::rorm::db::sql::join_table::JoinTableData
- core::re_exports::rorm::db::sql::limit_clause::LimitClause
- core::re_exports::rorm::db::sql::ordering::OrderByEntry
- core::re_exports::rorm::db::sql::select::LockingClause
- core::re_exports::rorm::db::sql::select::Select
- core::re_exports::rorm::db::sql::select_column::SelectColumnData
- core::re_exports::rorm::db::sql::update::UpdateData
- core::re_exports::rorm::db::transaction::AdvancedHooksApi
- core::re_exports::rorm::db::transaction::SimpleHooksApi
- core::re_exports::rorm::db::transaction::Transaction
- core::re_exports::rorm::fields::proxy::FieldProxy
- core::re_exports::rorm::fields::traits::Array
- core::re_exports::rorm::fields::traits::set_null
- core::re_exports::rorm::fields::types::BackRef
- core::re_exports::rorm::fields::types::CascadingForeignModelByField
- core::re_exports::rorm::fields::types::ForeignModelByField
- core::re_exports::rorm::fields::types::Json
- core::re_exports::rorm::fields::types::MaxStr
- core::re_exports::rorm::fields::types::max_str_impl::NumBytes
- core::re_exports::rorm::fields::types::max_str_impl::NumChars
- core::re_exports::rorm::fields::utils::check::disallow_annotations_check
- core::re_exports::rorm::fields::utils::check::shared_linter_check
- core::re_exports::rorm::fields::utils::column_name::ColumnName
- core::re_exports::rorm::fields::utils::get_annotations::forward_annotations
- core::re_exports::rorm::fields::utils::get_annotations::merge_annotations
- core::re_exports::rorm::fields::utils::get_annotations::set_null_annotations
- core::re_exports::rorm::fields::utils::get_names::no_columns_names
- core::re_exports::rorm::fields::utils::get_names::single_column_name
- core::re_exports::rorm::internal::DisplayImpl
- core::re_exports::rorm::internal::const_concat::ConstString
- core::re_exports::rorm::internal::const_concat::ConstVec
- core::re_exports::rorm::internal::field::cascading_foreign_model::CascadingForeignModelByFieldDecoder
- core::re_exports::rorm::internal::field::cascading_foreign_model::cascading_foreign_annotations
- core::re_exports::rorm::internal::field::fake_field::FakeField
- core::re_exports::rorm::internal::field::foreign_model::ForeignModelByFieldDecoder
- core::re_exports::rorm::internal::field::foreign_model::foreign_annotations
- core::re_exports::rorm::internal::field::multi_column::ArrayBuilder
- core::re_exports::rorm::internal::field::multi_column::slice_for_check
- core::re_exports::rorm::internal::hmr::Source
- core::re_exports::rorm::internal::hmr::annotations::Annotations
- core::re_exports::rorm::internal::hmr::annotations::AutoCreateTime
- core::re_exports::rorm::internal::hmr::annotations::AutoIncrement
- core::re_exports::rorm::internal::hmr::annotations::AutoUpdateTime
- core::re_exports::rorm::internal::hmr::annotations::Choices
- core::re_exports::rorm::internal::hmr::annotations::DefaultValue
- core::re_exports::rorm::internal::hmr::annotations::ForeignKey
- core::re_exports::rorm::internal::hmr::annotations::Index
- core::re_exports::rorm::internal::hmr::annotations::IndexData
- core::re_exports::rorm::internal::hmr::annotations::MaxLength
- core::re_exports::rorm::internal::hmr::annotations::PrimaryKey
- core::re_exports::rorm::internal::hmr::annotations::Unique
- core::re_exports::rorm::internal::imr::Field
- core::re_exports::rorm::internal::imr::ForeignKey
- core::re_exports::rorm::internal::imr::Index
- core::re_exports::rorm::internal::imr::IndexValue
- core::re_exports::rorm::internal::imr::InternalModelFormat
- core::re_exports::rorm::internal::imr::Model
- core::re_exports::rorm::internal::imr::Source
- core::re_exports::rorm::internal::query_context::ConditionBuilder
- core::re_exports::rorm::internal::query_context::QueryContext
- core::re_exports::rorm::internal::query_context::WithBasePath
- core::re_exports::rorm::internal::relation_path::PathId
- core::re_exports::rorm::linkme::DistributedSlice
- core::re_exports::rorm::prelude::BackRef
- core::re_exports::rorm::prelude::ForeignModelByField
- core::re_exports::schemars::SchemaGenerator
- core::re_exports::schemars::_serde_json::Deserializer
- core::re_exports::schemars::_serde_json::Error
- core::re_exports::schemars::_serde_json::Map
- core::re_exports::schemars::_serde_json::Number
- core::re_exports::schemars::_serde_json::Serializer
- core::re_exports::schemars::_serde_json::StreamDeserializer
- core::re_exports::schemars::_serde_json::de::Deserializer
- core::re_exports::schemars::_serde_json::de::IoRead
- core::re_exports::schemars::_serde_json::de::SliceRead
- core::re_exports::schemars::_serde_json::de::StrRead
- core::re_exports::schemars::_serde_json::de::StreamDeserializer
- core::re_exports::schemars::_serde_json::error::Error
- core::re_exports::schemars::_serde_json::map::IntoIter
- core::re_exports::schemars::_serde_json::map::IntoValues
- core::re_exports::schemars::_serde_json::map::Iter
- core::re_exports::schemars::_serde_json::map::IterMut
- core::re_exports::schemars::_serde_json::map::Keys
- core::re_exports::schemars::_serde_json::map::Map
- core::re_exports::schemars::_serde_json::map::OccupiedEntry
- core::re_exports::schemars::_serde_json::map::VacantEntry
- core::re_exports::schemars::_serde_json::map::Values
- core::re_exports::schemars::_serde_json::map::ValuesMut
- core::re_exports::schemars::_serde_json::ser::CompactFormatter
- core::re_exports::schemars::_serde_json::ser::PrettyFormatter
- core::re_exports::schemars::_serde_json::ser::Serializer
- core::re_exports::schemars::_serde_json::value::Map
- core::re_exports::schemars::_serde_json::value::Number
- core::re_exports::schemars::_serde_json::value::RawValue
- core::re_exports::schemars::_serde_json::value::Serializer
- core::re_exports::schemars::gen::SchemaGenerator
- core::re_exports::schemars::gen::SchemaSettings
- core::re_exports::schemars::schema::ArrayValidation
- core::re_exports::schemars::schema::Metadata
- core::re_exports::schemars::schema::NumberValidation
- core::re_exports::schemars::schema::ObjectValidation
- core::re_exports::schemars::schema::RootSchema
- core::re_exports::schemars::schema::SchemaObject
- core::re_exports::schemars::schema::StringValidation
- core::re_exports::schemars::schema::SubschemaValidation
- core::re_exports::schemars::visit::RemoveRefSiblings
- core::re_exports::schemars::visit::ReplaceBoolSchemas
- core::re_exports::schemars::visit::SetSingleExample
- core::re_exports::serde::de::IgnoredAny
- core::re_exports::serde::de::value::BoolDeserializer
- core::re_exports::serde::de::value::BorrowedBytesDeserializer
- core::re_exports::serde::de::value::BorrowedStrDeserializer
- core::re_exports::serde::de::value::BytesDeserializer
- core::re_exports::serde::de::value::CharDeserializer
- core::re_exports::serde::de::value::CowStrDeserializer
- core::re_exports::serde::de::value::EnumAccessDeserializer
- core::re_exports::serde::de::value::Error
- core::re_exports::serde::de::value::F32Deserializer
- core::re_exports::serde::de::value::F64Deserializer
- core::re_exports::serde::de::value::I128Deserializer
- core::re_exports::serde::de::value::I16Deserializer
- core::re_exports::serde::de::value::I32Deserializer
- core::re_exports::serde::de::value::I64Deserializer
- core::re_exports::serde::de::value::I8Deserializer
- core::re_exports::serde::de::value::IsizeDeserializer
- core::re_exports::serde::de::value::MapAccessDeserializer
- core::re_exports::serde::de::value::MapDeserializer
- core::re_exports::serde::de::value::SeqAccessDeserializer
- core::re_exports::serde::de::value::SeqDeserializer
- core::re_exports::serde::de::value::StrDeserializer
- core::re_exports::serde::de::value::StringDeserializer
- core::re_exports::serde::de::value::U128Deserializer
- core::re_exports::serde::de::value::U16Deserializer
- core::re_exports::serde::de::value::U32Deserializer
- core::re_exports::serde::de::value::U64Deserializer
- core::re_exports::serde::de::value::U8Deserializer
- core::re_exports::serde::de::value::UnitDeserializer
- core::re_exports::serde::de::value::UsizeDeserializer
- core::re_exports::serde::ser::Impossible
- core::re_exports::time::Date
- core::re_exports::time::Duration
- core::re_exports::time::OffsetDateTime
- core::re_exports::time::PrimitiveDateTime
- core::re_exports::time::Time
- core::re_exports::time::UtcDateTime
- core::re_exports::time::UtcOffset
- core::re_exports::time::convert::Day
- core::re_exports::time::convert::Hour
- core::re_exports::time::convert::Microsecond
- core::re_exports::time::convert::Millisecond
- core::re_exports::time::convert::Minute
- core::re_exports::time::convert::Nanosecond
- core::re_exports::time::convert::Second
- core::re_exports::time::convert::Week
- core::re_exports::time::error::ComponentRange
- core::re_exports::time::error::ConversionRange
- core::re_exports::time::error::DifferentVariant
- core::re_exports::time::error::InvalidVariant
- core::re_exports::time::format_description::modifier::Day
- core::re_exports::time::format_description::modifier::End
- core::re_exports::time::format_description::modifier::Hour
- core::re_exports::time::format_description::modifier::Ignore
- core::re_exports::time::format_description::modifier::Minute
- core::re_exports::time::format_description::modifier::Month
- core::re_exports::time::format_description::modifier::OffsetHour
- core::re_exports::time::format_description::modifier::OffsetMinute
- core::re_exports::time::format_description::modifier::OffsetSecond
- core::re_exports::time::format_description::modifier::Ordinal
- core::re_exports::time::format_description::modifier::Period
- core::re_exports::time::format_description::modifier::Second
- core::re_exports::time::format_description::modifier::Subsecond
- core::re_exports::time::format_description::modifier::UnixTimestamp
- core::re_exports::time::format_description::modifier::WeekNumber
- core::re_exports::time::format_description::modifier::Weekday
- core::re_exports::time::format_description::modifier::Year
- core::re_exports::time::format_description::well_known::Iso8601
- core::re_exports::time::format_description::well_known::Rfc2822
- core::re_exports::time::format_description::well_known::Rfc3339
- core::re_exports::time::format_description::well_known::iso8601::Config
- core::re_exports::time::format_description::well_known::iso8601::Iso8601
- core::re_exports::time::parsing::Parsed
- core::re_exports::tracing_opentelemetry::FilteredOpenTelemetryLayer
- core::re_exports::tracing_opentelemetry::MetricsLayer
- core::re_exports::tracing_opentelemetry::OpenTelemetryLayer
- core::re_exports::tracing_opentelemetry::OtelData
- core::re_exports::uuid::Builder
- core::re_exports::uuid::Error
- core::re_exports::uuid::NoContext
- core::re_exports::uuid::NonNilUuid
- core::re_exports::uuid::Timestamp
- core::re_exports::uuid::Uuid
- core::re_exports::uuid::fmt::Braced
- core::re_exports::uuid::fmt::Hyphenated
- core::re_exports::uuid::fmt::Simple
- core::re_exports::uuid::fmt::Urn
- core::re_exports::uuid::timestamp::Timestamp
- core::re_exports::uuid::timestamp::context::NoContext
- core::re_exports::uuid::timestamp::context::ThreadLocalContext
- core::schema_generator::SchemaGenerator
- core::session::GalvynSession
- core::session::Id
- core::session::RormStore
- core::session::Session
- core::session::__GalvynSession_Fields_Struct
- core::session::__GalvynSession_data
- core::session::__GalvynSession_expires_at
- core::session::__GalvynSession_id
- core::stuff::api_error::FormErrors
- core::stuff::api_error::core::CoreApiError
- core::stuff::api_json::ApiJson
- core::stuff::env::EnvError
- core::stuff::env::EnvVar
- core::stuff::schema::ApiErrorResponse
- core::stuff::schema::FormErrorResponse
- core::stuff::schema::GetPageRequest
- core::stuff::schema::List
- core::stuff::schema::Optional
- core::stuff::schema::Page
- core::stuff::schema::SchemaDate
- core::stuff::schema::SchemaDateTime
- core::stuff::schema::SchemaString
- core::stuff::schema::SchemaTime
- core::stuff::schema::SingleLink
- core::stuff::schema::SingleUuid
- core::stuff::swap_lock::SwapLock
- openapi::OpenAPI
- openapi::OpenapiBuilder
- openapi::OpenapiMetadata
- rorm::Database
- rorm::DatabaseConfiguration
- rorm::Row
- rorm::cli::cli::Cli
- rorm::cli::config::DatabaseConfig
- rorm::cli::make_migrations::MakeMigrationsOptions
- rorm::cli::migrate::MigrateOptions
- rorm::cli::migrate::apply::ApplyMigrationError
- rorm::cli::migrate::config::DatabaseConfigFile
- rorm::conditions::Binary
- rorm::conditions::Column
- rorm::conditions::DynamicCollection
- rorm::conditions::In
- rorm::conditions::StaticCollection
- rorm::conditions::Ternary
- rorm::conditions::Unary
- rorm::conditions::collections::DynamicCollection
- rorm::conditions::collections::StaticCollection
- rorm::crud::decoder::DirectDecoder
- rorm::crud::decoder::Map
- rorm::crud::decoder::NoopDecoder
- rorm::crud::decoder::Optional
- rorm::crud::delete::DeleteBuilder
- rorm::crud::insert::InsertBuilder
- rorm::crud::insert::InsertReturningNothing
- rorm::crud::query::Limit
- rorm::crud::query::QueryBuilder
- rorm::crud::selector::AggregatedColumn
- rorm::crud::selector::PathedSelector
- rorm::crud::update::UpdateBuilder
- rorm::db::Database
- rorm::db::DatabaseConfiguration
- rorm::db::Row
- rorm::db::choice::Choice
- rorm::db::database::Database
- rorm::db::database::DatabaseConfiguration
- rorm::db::executor::AffectedRows
- rorm::db::executor::All
- rorm::db::executor::Nothing
- rorm::db::executor::One
- rorm::db::executor::Optional
- rorm::db::executor::Stream
- rorm::db::row::Row
- rorm::db::sql::alter_table::AlterTableData
- rorm::db::sql::conditional::BinaryExpression
- rorm::db::sql::conditional::TernaryExpression
- rorm::db::sql::conditional::UnaryExpression
- rorm::db::sql::create_column::CreateColumnPostgresData
- rorm::db::sql::create_column::SQLAnnotation
- rorm::db::sql::create_index::CreateIndexData
- rorm::db::sql::create_table::CreateTableData
- rorm::db::sql::create_trigger::SQLCreateTrigger
- rorm::db::sql::delete::DeleteData
- rorm::db::sql::drop_index::DropIndexData
- rorm::db::sql::drop_table::DropTableData
- rorm::db::sql::insert::InsertData
- rorm::db::sql::join_table::JoinTableData
- rorm::db::sql::limit_clause::LimitClause
- rorm::db::sql::ordering::OrderByEntry
- rorm::db::sql::select::LockingClause
- rorm::db::sql::select::Select
- rorm::db::sql::select_column::SelectColumnData
- rorm::db::sql::update::UpdateData
- rorm::db::transaction::AdvancedHooksApi
- rorm::db::transaction::SimpleHooksApi
- rorm::db::transaction::Transaction
- rorm::fields::proxy::FieldProxy
- rorm::fields::traits::Array
- rorm::fields::traits::set_null
- rorm::fields::types::BackRef
- rorm::fields::types::CascadingForeignModelByField
- rorm::fields::types::ForeignModelByField
- rorm::fields::types::Json
- rorm::fields::types::MaxStr
- rorm::fields::types::max_str_impl::NumBytes
- rorm::fields::types::max_str_impl::NumChars
- rorm::fields::utils::check::disallow_annotations_check
- rorm::fields::utils::check::shared_linter_check
- rorm::fields::utils::column_name::ColumnName
- rorm::fields::utils::get_annotations::forward_annotations
- rorm::fields::utils::get_annotations::merge_annotations
- rorm::fields::utils::get_annotations::set_null_annotations
- rorm::fields::utils::get_names::no_columns_names
- rorm::fields::utils::get_names::single_column_name
- rorm::internal::DisplayImpl
- rorm::internal::const_concat::ConstString
- rorm::internal::const_concat::ConstVec
- rorm::internal::field::cascading_foreign_model::CascadingForeignModelByFieldDecoder
- rorm::internal::field::cascading_foreign_model::cascading_foreign_annotations
- rorm::internal::field::fake_field::FakeField
- rorm::internal::field::foreign_model::ForeignModelByFieldDecoder
- rorm::internal::field::foreign_model::foreign_annotations
- rorm::internal::field::multi_column::ArrayBuilder
- rorm::internal::field::multi_column::slice_for_check
- rorm::internal::hmr::Source
- rorm::internal::hmr::annotations::Annotations
- rorm::internal::hmr::annotations::AutoCreateTime
- rorm::internal::hmr::annotations::AutoIncrement
- rorm::internal::hmr::annotations::AutoUpdateTime
- rorm::internal::hmr::annotations::Choices
- rorm::internal::hmr::annotations::DefaultValue
- rorm::internal::hmr::annotations::ForeignKey
- rorm::internal::hmr::annotations::Index
- rorm::internal::hmr::annotations::IndexData
- rorm::internal::hmr::annotations::MaxLength
- rorm::internal::hmr::annotations::PrimaryKey
- rorm::internal::hmr::annotations::Unique
- rorm::internal::imr::Field
- rorm::internal::imr::ForeignKey
- rorm::internal::imr::Index
- rorm::internal::imr::IndexValue
- rorm::internal::imr::InternalModelFormat
- rorm::internal::imr::Model
- rorm::internal::imr::Source
- rorm::internal::query_context::ConditionBuilder
- rorm::internal::query_context::QueryContext
- rorm::internal::query_context::WithBasePath
- rorm::internal::relation_path::PathId
- rorm::linkme::DistributedSlice
- rorm::prelude::BackRef
- rorm::prelude::ForeignModelByField
- tracing::AlloyWriter
- tracing::FlatJson
- tracing::opentelemetry::AttachTraces
- tracing::opentelemetry::OpenTelemetrySetup
Enums
- core::TryGlobalError
- core::handler::ResponseModifier
- core::misc::either::Either
- core::misc::redacted::config::PartToRedact
- core::module::TryGlobalError
- core::module::registry::builder::InitError
- core::modules::database::DatabaseSetup
- core::re_exports::axum::extract::path::ErrorKind
- core::re_exports::axum::extract::rejection::BytesRejection
- core::re_exports::axum::extract::rejection::ExtensionRejection
- core::re_exports::axum::extract::rejection::FailedToBufferBody
- core::re_exports::axum::extract::rejection::FormRejection
- core::re_exports::axum::extract::rejection::JsonRejection
- core::re_exports::axum::extract::rejection::PathRejection
- core::re_exports::axum::extract::rejection::QueryRejection
- core::re_exports::axum::extract::rejection::RawFormRejection
- core::re_exports::axum::extract::rejection::RawPathParamsRejection
- core::re_exports::axum::extract::rejection::StringRejection
- core::re_exports::axum::extract::ws::Message
- core::re_exports::axum::extract::ws::rejection::WebSocketUpgradeRejection
- core::re_exports::opentelemetry::Array
- core::re_exports::opentelemetry::Value
- core::re_exports::opentelemetry::logs::AnyValue
- core::re_exports::opentelemetry::logs::Severity
- core::re_exports::opentelemetry::trace::SamplingDecision
- core::re_exports::opentelemetry::trace::SpanKind
- core::re_exports::opentelemetry::trace::Status
- core::re_exports::opentelemetry_otlp::Compression
- core::re_exports::opentelemetry_otlp::ExporterBuildError
- core::re_exports::opentelemetry_otlp::Protocol
- core::re_exports::opentelemetry_sdk::error::OTelSdkError
- core::re_exports::opentelemetry_sdk::metrics::InstrumentKind
- core::re_exports::opentelemetry_sdk::metrics::Temporality
- core::re_exports::opentelemetry_sdk::metrics::data::AggregatedMetrics
- core::re_exports::opentelemetry_sdk::metrics::data::MetricData
- core::re_exports::opentelemetry_sdk::runtime::TrySendError
- core::re_exports::opentelemetry_sdk::trace::Sampler
- core::re_exports::opentelemetry_sdk::trace::TraceError
- core::re_exports::rorm::DatabaseDriver
- core::re_exports::rorm::Error
- core::re_exports::rorm::cli::cli::Command
- core::re_exports::rorm::cli::cli::InitDriver
- core::re_exports::rorm::cli::config::DatabaseDriver
- core::re_exports::rorm::cli::migrate::apply::ApplyMigrationErrorLocation
- core::re_exports::rorm::conditions::BinaryOperator
- core::re_exports::rorm::conditions::InOperator
- core::re_exports::rorm::conditions::TernaryOperator
- core::re_exports::rorm::conditions::UnaryOperator
- core::re_exports::rorm::conditions::Value
- core::re_exports::rorm::conditions::collections::CollectionOperator
- core::re_exports::rorm::db::DatabaseDriver
- core::re_exports::rorm::db::Error
- core::re_exports::rorm::db::error::Error
- core::re_exports::rorm::db::executor::DynamicExecutor
- core::re_exports::rorm::db::row::OwnedRowError
- core::re_exports::rorm::db::row::OwnedRowIndex
- core::re_exports::rorm::db::row::RowError
- core::re_exports::rorm::db::row::RowIndex
- core::re_exports::rorm::db::sql::DBImpl
- core::re_exports::rorm::db::sql::aggregation::SelectAggregator
- core::re_exports::rorm::db::sql::alter_table::AlterColumnOperation
- core::re_exports::rorm::db::sql::alter_table::AlterTableImpl
- core::re_exports::rorm::db::sql::alter_table::AlterTableOperation
- core::re_exports::rorm::db::sql::conditional::BinaryOperator
- core::re_exports::rorm::db::sql::conditional::Condition
- core::re_exports::rorm::db::sql::conditional::TernaryOperator
- core::re_exports::rorm::db::sql::conditional::UnaryOperator
- core::re_exports::rorm::db::sql::create_column::CreateColumnImpl
- core::re_exports::rorm::db::sql::create_column::PostgresType
- core::re_exports::rorm::db::sql::create_index::CreateIndexImpl
- core::re_exports::rorm::db::sql::create_table::CreateTableImpl
- core::re_exports::rorm::db::sql::create_trigger::SQLCreateTriggerOperation
- core::re_exports::rorm::db::sql::create_trigger::SQLCreateTriggerPointInTime
- core::re_exports::rorm::db::sql::delete::DeleteImpl
- core::re_exports::rorm::db::sql::drop_index::DropIndexImpl
- core::re_exports::rorm::db::sql::drop_table::DropTableImpl
- core::re_exports::rorm::db::sql::error::Error
- core::re_exports::rorm::db::sql::insert::InsertImpl
- core::re_exports::rorm::db::sql::join_table::JoinTableImpl
- core::re_exports::rorm::db::sql::join_table::JoinType
- core::re_exports::rorm::db::sql::on_conflict::OnConflict
- core::re_exports::rorm::db::sql::ordering::Ordering
- core::re_exports::rorm::db::sql::select::LockAcquire
- core::re_exports::rorm::db::sql::select::LockStrength
- core::re_exports::rorm::db::sql::select_column::SelectColumnImpl
- core::re_exports::rorm::db::sql::update::UpdateImpl
- core::re_exports::rorm::db::sql::value::NullType
- core::re_exports::rorm::db::sql::value::Value
- core::re_exports::rorm::db::transaction::MaybeOwnedTransaction
- core::re_exports::rorm::db::transaction::TransactionError
- core::re_exports::rorm::internal::hmr::annotations::DefaultValueData
- core::re_exports::rorm::internal::imr::Annotation
- core::re_exports::rorm::internal::imr::DbType
- core::re_exports::rorm::internal::imr::DefaultValue
- core::re_exports::rorm::internal::imr::ReferentialAction
- core::re_exports::rorm::internal::patch::PatchCow
- core::re_exports::rorm::internal::query_context::flat_conditions::GetConditionError
- core::re_exports::schemars::_serde_json::Value
- core::re_exports::schemars::_serde_json::error::Category
- core::re_exports::schemars::_serde_json::map::Entry
- core::re_exports::schemars::_serde_json::ser::CharEscape
- core::re_exports::schemars::_serde_json::value::Value
- core::re_exports::schemars::schema::InstanceType
- core::re_exports::schemars::schema::Schema
- core::re_exports::schemars::schema::SingleOrVec
- core::re_exports::serde::de::Unexpected
- core::re_exports::time::Error
- core::re_exports::time::Month
- core::re_exports::time::Weekday
- core::re_exports::time::error::Error
- core::re_exports::time::error::Format
- core::re_exports::time::error::InvalidFormatDescription
- core::re_exports::time::error::Parse
- core::re_exports::time::error::ParseFromDescription
- core::re_exports::time::error::TryFromParsed
- core::re_exports::time::format_description::BorrowedFormatItem
- core::re_exports::time::format_description::Component
- core::re_exports::time::format_description::FormatItem
- core::re_exports::time::format_description::OwnedFormatItem
- core::re_exports::time::format_description::modifier::MonthRepr
- core::re_exports::time::format_description::modifier::Padding
- core::re_exports::time::format_description::modifier::SubsecondDigits
- core::re_exports::time::format_description::modifier::TrailingInput
- core::re_exports::time::format_description::modifier::UnixTimestampPrecision
- core::re_exports::time::format_description::modifier::WeekNumberRepr
- core::re_exports::time::format_description::modifier::WeekdayRepr
- core::re_exports::time::format_description::modifier::YearRange
- core::re_exports::time::format_description::modifier::YearRepr
- core::re_exports::time::format_description::well_known::iso8601::DateKind
- core::re_exports::time::format_description::well_known::iso8601::FormattedComponents
- core::re_exports::time::format_description::well_known::iso8601::OffsetPrecision
- core::re_exports::time::format_description::well_known::iso8601::TimePrecision
- core::re_exports::tracing_opentelemetry::SetParentError
- core::re_exports::uuid::Variant
- core::re_exports::uuid::Version
- core::session::Error
- core::stuff::api_error::ApiError
- core::stuff::api_error::core::ApiErrorStatusCode
- core::stuff::env::EnvErrorReason
- core::stuff::schema::ErrorConstant
- core::stuff::schema::FormResult
- core::stuff::schema::Never
- error::GalvynError
- rorm::DatabaseDriver
- rorm::Error
- rorm::cli::cli::Command
- rorm::cli::cli::InitDriver
- rorm::cli::config::DatabaseDriver
- rorm::cli::migrate::apply::ApplyMigrationErrorLocation
- rorm::conditions::BinaryOperator
- rorm::conditions::InOperator
- rorm::conditions::TernaryOperator
- rorm::conditions::UnaryOperator
- rorm::conditions::Value
- rorm::conditions::collections::CollectionOperator
- rorm::db::DatabaseDriver
- rorm::db::Error
- rorm::db::error::Error
- rorm::db::executor::DynamicExecutor
- rorm::db::row::OwnedRowError
- rorm::db::row::OwnedRowIndex
- rorm::db::row::RowError
- rorm::db::row::RowIndex
- rorm::db::sql::DBImpl
- rorm::db::sql::aggregation::SelectAggregator
- rorm::db::sql::alter_table::AlterColumnOperation
- rorm::db::sql::alter_table::AlterTableImpl
- rorm::db::sql::alter_table::AlterTableOperation
- rorm::db::sql::conditional::BinaryOperator
- rorm::db::sql::conditional::Condition
- rorm::db::sql::conditional::TernaryOperator
- rorm::db::sql::conditional::UnaryOperator
- rorm::db::sql::create_column::CreateColumnImpl
- rorm::db::sql::create_column::PostgresType
- rorm::db::sql::create_index::CreateIndexImpl
- rorm::db::sql::create_table::CreateTableImpl
- rorm::db::sql::create_trigger::SQLCreateTriggerOperation
- rorm::db::sql::create_trigger::SQLCreateTriggerPointInTime
- rorm::db::sql::delete::DeleteImpl
- rorm::db::sql::drop_index::DropIndexImpl
- rorm::db::sql::drop_table::DropTableImpl
- rorm::db::sql::error::Error
- rorm::db::sql::insert::InsertImpl
- rorm::db::sql::join_table::JoinTableImpl
- rorm::db::sql::join_table::JoinType
- rorm::db::sql::on_conflict::OnConflict
- rorm::db::sql::ordering::Ordering
- rorm::db::sql::select::LockAcquire
- rorm::db::sql::select::LockStrength
- rorm::db::sql::select_column::SelectColumnImpl
- rorm::db::sql::update::UpdateImpl
- rorm::db::sql::value::NullType
- rorm::db::sql::value::Value
- rorm::db::transaction::MaybeOwnedTransaction
- rorm::db::transaction::TransactionError
- rorm::internal::hmr::annotations::DefaultValueData
- rorm::internal::imr::Annotation
- rorm::internal::imr::DbType
- rorm::internal::imr::DefaultValue
- rorm::internal::imr::ReferentialAction
- rorm::internal::patch::PatchCow
- rorm::internal::query_context::flat_conditions::GetConditionError
Traits
- core::GalvynHandler
- core::Module
- core::handler::GalvynHandler
- core::handler::request_body::RequestBody
- core::handler::request_body::ShouldBeRequestBody
- core::handler::request_part::RequestPart
- core::handler::request_part::ShouldBeRequestPart
- core::handler::response_body::ResponseBody
- core::handler::response_body::ShouldBeResponseBody
- core::handler::response_part::ResponsePart
- core::handler::response_part::ShouldBeResponsePart
- core::middleware::AxumService
- core::middleware::GalvynMiddleware
- core::middleware::SimpleGalvynMiddleware
- core::middleware::catch_unwind::HandlePanic
- core::middleware::concurrency_limit::HandleConcurrencyLimit
- core::misc::redacted::config::RedactionConfig
- core::module::Module
- core::module::registry::ModuleDependencies
- core::re_exports::axum::RequestExt
- core::re_exports::axum::RequestPartsExt
- core::re_exports::axum::ServiceExt
- core::re_exports::axum::extract::FromRef
- core::re_exports::axum::extract::FromRequest
- core::re_exports::axum::extract::FromRequestParts
- core::re_exports::axum::extract::OptionalFromRequest
- core::re_exports::axum::extract::OptionalFromRequestParts
- core::re_exports::axum::extract::connect_info::Connected
- core::re_exports::axum::extract::ws::OnFailedUpgrade
- core::re_exports::axum::handler::Handler
- core::re_exports::axum::handler::HandlerWithoutStateExt
- core::re_exports::axum::middleware::IntoMapRequestResult
- core::re_exports::axum::response::IntoResponse
- core::re_exports::axum::response::IntoResponseParts
- core::re_exports::axum::serve::Listener
- core::re_exports::axum::serve::ListenerExt
- core::re_exports::opentelemetry::baggage::BaggageExt
- core::re_exports::opentelemetry::context::FutureExt
- core::re_exports::opentelemetry::global::ObjectSafeSpan
- core::re_exports::opentelemetry::global::ObjectSafeTracer
- core::re_exports::opentelemetry::global::ObjectSafeTracerProvider
- core::re_exports::opentelemetry::logs::LogRecord
- core::re_exports::opentelemetry::logs::Logger
- core::re_exports::opentelemetry::logs::LoggerProvider
- core::re_exports::opentelemetry::metrics::AsyncInstrument
- core::re_exports::opentelemetry::metrics::InstrumentProvider
- core::re_exports::opentelemetry::metrics::MeterProvider
- core::re_exports::opentelemetry::metrics::SyncInstrument
- core::re_exports::opentelemetry::propagation::Extractor
- core::re_exports::opentelemetry::propagation::Injector
- core::re_exports::opentelemetry::propagation::TextMapPropagator
- core::re_exports::opentelemetry::propagation::text_map_propagator::TextMapPropagator
- core::re_exports::opentelemetry::trace::FutureExt
- core::re_exports::opentelemetry::trace::Span
- core::re_exports::opentelemetry::trace::TraceContextExt
- core::re_exports::opentelemetry::trace::Tracer
- core::re_exports::opentelemetry::trace::TracerProvider
- core::re_exports::opentelemetry_otlp::HasExportConfig
- core::re_exports::opentelemetry_otlp::HasHttpConfig
- core::re_exports::opentelemetry_otlp::HasTonicConfig
- core::re_exports::opentelemetry_otlp::WithExportConfig
- core::re_exports::opentelemetry_otlp::WithHttpConfig
- core::re_exports::opentelemetry_otlp::WithTonicConfig
- core::re_exports::opentelemetry_sdk::ExportError
- core::re_exports::opentelemetry_sdk::error::ExportError
- core::re_exports::opentelemetry_sdk::logs::LogExporter
- core::re_exports::opentelemetry_sdk::logs::LogProcessor
- core::re_exports::opentelemetry_sdk::metrics::exporter::PushMetricExporter
- core::re_exports::opentelemetry_sdk::resource::ResourceDetector
- core::re_exports::opentelemetry_sdk::runtime::Runtime
- core::re_exports::opentelemetry_sdk::runtime::RuntimeChannel
- core::re_exports::opentelemetry_sdk::runtime::TrySend
- core::re_exports::opentelemetry_sdk::trace::IdGenerator
- core::re_exports::opentelemetry_sdk::trace::ShouldSample
- core::re_exports::opentelemetry_sdk::trace::SpanExporter
- core::re_exports::opentelemetry_sdk::trace::SpanProcessor
- core::re_exports::rorm::Model
- core::re_exports::rorm::Patch
- core::re_exports::rorm::conditions::Condition
- core::re_exports::rorm::crud::builder::ConditionMarker
- core::re_exports::rorm::crud::decoder::Decoder
- core::re_exports::rorm::crud::decoder::DecoderExt
- core::re_exports::rorm::crud::query::AcceptsOffset
- core::re_exports::rorm::crud::query::FiniteRange
- core::re_exports::rorm::crud::query::LimOffMarker
- core::re_exports::rorm::crud::query::LimitMarker
- core::re_exports::rorm::crud::query::OffsetMarker
- core::re_exports::rorm::crud::selector::Selector
- core::re_exports::rorm::db::Executor
- core::re_exports::rorm::db::executor::Executor
- core::re_exports::rorm::db::executor::QueryStrategy
- core::re_exports::rorm::db::row::Decode
- core::re_exports::rorm::db::row::DecodeOwned
- core::re_exports::rorm::db::sql::alter_table::AlterTable
- core::re_exports::rorm::db::sql::conditional::BuildCondition
- core::re_exports::rorm::db::sql::create_column::CreateColumn
- core::re_exports::rorm::db::sql::create_index::CreateIndex
- core::re_exports::rorm::db::sql::create_table::CreateTable
- core::re_exports::rorm::db::sql::delete::Delete
- core::re_exports::rorm::db::sql::drop_index::DropIndex
- core::re_exports::rorm::db::sql::drop_table::DropTable
- core::re_exports::rorm::db::sql::insert::Insert
- core::re_exports::rorm::db::sql::join_table::JoinTable
- core::re_exports::rorm::db::sql::select_column::SelectColumn
- core::re_exports::rorm::db::sql::update::Update
- core::re_exports::rorm::db::transaction::TransactionHook
- core::re_exports::rorm::fields::proxy::FieldProxyImpl
- core::re_exports::rorm::fields::traits::Columns
- core::re_exports::rorm::fields::traits::FieldAvg
- core::re_exports::rorm::fields::traits::FieldCount
- core::re_exports::rorm::fields::traits::FieldEq
- core::re_exports::rorm::fields::traits::FieldILike
- core::re_exports::rorm::fields::traits::FieldIn
- core::re_exports::rorm::fields::traits::FieldLike
- core::re_exports::rorm::fields::traits::FieldMax
- core::re_exports::rorm::fields::traits::FieldMin
- core::re_exports::rorm::fields::traits::FieldOrd
- core::re_exports::rorm::fields::traits::FieldRegexp
- core::re_exports::rorm::fields::traits::FieldSum
- core::re_exports::rorm::fields::traits::FieldType
- core::re_exports::rorm::fields::traits::aggregate::FieldAvg
- core::re_exports::rorm::fields::traits::aggregate::FieldCount
- core::re_exports::rorm::fields::traits::aggregate::FieldMax
- core::re_exports::rorm::fields::traits::aggregate::FieldMin
- core::re_exports::rorm::fields::traits::aggregate::FieldSum
- core::re_exports::rorm::fields::traits::cmp::FieldEq
- core::re_exports::rorm::fields::traits::cmp::FieldILike
- core::re_exports::rorm::fields::traits::cmp::FieldIn
- core::re_exports::rorm::fields::traits::cmp::FieldLike
- core::re_exports::rorm::fields::traits::cmp::FieldOrd
- core::re_exports::rorm::fields::traits::cmp::FieldRegexp
- core::re_exports::rorm::fields::traits::into_value::IntoValue
- core::re_exports::rorm::fields::traits::simple::SimpleFieldEq
- core::re_exports::rorm::fields::traits::simple::SimpleFieldILike
- core::re_exports::rorm::fields::traits::simple::SimpleFieldIn
- core::re_exports::rorm::fields::traits::simple::SimpleFieldLike
- core::re_exports::rorm::fields::traits::simple::SimpleFieldOrd
- core::re_exports::rorm::fields::types::max_str_impl::LenImpl
- core::re_exports::rorm::fields::utils::const_fn::ConstFn
- core::re_exports::rorm::fields::utils::const_fn::Contains
- core::re_exports::rorm::internal::ConstRef
- core::re_exports::rorm::internal::field::ContainerField
- core::re_exports::rorm::internal::field::Field
- core::re_exports::rorm::internal::field::SingleColumnField
- core::re_exports::rorm::internal::field::decoder::FieldDecoder
- core::re_exports::rorm::internal::field::foreign_model::ForeignModelField
- core::re_exports::rorm::internal::hmr::AsImr
- core::re_exports::rorm::internal::patch::IntoPatchCow
- core::re_exports::rorm::internal::relation_path::Path
- core::re_exports::rorm::internal::relation_path::PathField
- core::re_exports::rorm::model::FieldByIndex
- core::re_exports::rorm::model::GetField
- core::re_exports::rorm::model::Identifiable
- core::re_exports::rorm::model::Model
- core::re_exports::rorm::model::Patch
- core::re_exports::rorm::model::UpdateField
- core::re_exports::rorm::prelude::Model
- core::re_exports::rorm::prelude::Patch
- core::re_exports::schemars::JsonSchema
- core::re_exports::schemars::_serde_json::de::Read
- core::re_exports::schemars::_serde_json::ser::Formatter
- core::re_exports::schemars::_serde_json::value::Index
- core::re_exports::schemars::gen::GenVisitor
- core::re_exports::schemars::visit::Visitor
- core::re_exports::serde::Deserialize
- core::re_exports::serde::Deserializer
- core::re_exports::serde::Serialize
- core::re_exports::serde::Serializer
- core::re_exports::serde::de::Deserialize
- core::re_exports::serde::de::DeserializeOwned
- core::re_exports::serde::de::DeserializeSeed
- core::re_exports::serde::de::Deserializer
- core::re_exports::serde::de::EnumAccess
- core::re_exports::serde::de::Error
- core::re_exports::serde::de::Expected
- core::re_exports::serde::de::IntoDeserializer
- core::re_exports::serde::de::MapAccess
- core::re_exports::serde::de::SeqAccess
- core::re_exports::serde::de::VariantAccess
- core::re_exports::serde::de::Visitor
- core::re_exports::serde::ser::Error
- core::re_exports::serde::ser::Serialize
- core::re_exports::serde::ser::SerializeMap
- core::re_exports::serde::ser::SerializeSeq
- core::re_exports::serde::ser::SerializeStruct
- core::re_exports::serde::ser::SerializeStructVariant
- core::re_exports::serde::ser::SerializeTuple
- core::re_exports::serde::ser::SerializeTupleStruct
- core::re_exports::serde::ser::SerializeTupleVariant
- core::re_exports::serde::ser::Serializer
- core::re_exports::time::ext::InstantExt
- core::re_exports::time::ext::NumericalDuration
- core::re_exports::time::ext::NumericalStdDuration
- core::re_exports::time::ext::SystemTimeExt
- core::re_exports::time::formatting::Formattable
- core::re_exports::time::parsing::Parsable
- core::re_exports::tracing_opentelemetry::OpenTelemetrySpanExt
- core::re_exports::uuid::ClockSequence
- core::re_exports::uuid::timestamp::ClockSequence
- openapi::OpenapiRouterExt
- rorm::Model
- rorm::Patch
- rorm::conditions::Condition
- rorm::crud::builder::ConditionMarker
- rorm::crud::decoder::Decoder
- rorm::crud::decoder::DecoderExt
- rorm::crud::query::AcceptsOffset
- rorm::crud::query::FiniteRange
- rorm::crud::query::LimOffMarker
- rorm::crud::query::LimitMarker
- rorm::crud::query::OffsetMarker
- rorm::crud::selector::Selector
- rorm::db::Executor
- rorm::db::executor::Executor
- rorm::db::executor::QueryStrategy
- rorm::db::row::Decode
- rorm::db::row::DecodeOwned
- rorm::db::sql::alter_table::AlterTable
- rorm::db::sql::conditional::BuildCondition
- rorm::db::sql::create_column::CreateColumn
- rorm::db::sql::create_index::CreateIndex
- rorm::db::sql::create_table::CreateTable
- rorm::db::sql::delete::Delete
- rorm::db::sql::drop_index::DropIndex
- rorm::db::sql::drop_table::DropTable
- rorm::db::sql::insert::Insert
- rorm::db::sql::join_table::JoinTable
- rorm::db::sql::select_column::SelectColumn
- rorm::db::sql::update::Update
- rorm::db::transaction::TransactionHook
- rorm::fields::proxy::FieldProxyImpl
- rorm::fields::traits::Columns
- rorm::fields::traits::FieldAvg
- rorm::fields::traits::FieldCount
- rorm::fields::traits::FieldEq
- rorm::fields::traits::FieldILike
- rorm::fields::traits::FieldIn
- rorm::fields::traits::FieldLike
- rorm::fields::traits::FieldMax
- rorm::fields::traits::FieldMin
- rorm::fields::traits::FieldOrd
- rorm::fields::traits::FieldRegexp
- rorm::fields::traits::FieldSum
- rorm::fields::traits::FieldType
- rorm::fields::traits::aggregate::FieldAvg
- rorm::fields::traits::aggregate::FieldCount
- rorm::fields::traits::aggregate::FieldMax
- rorm::fields::traits::aggregate::FieldMin
- rorm::fields::traits::aggregate::FieldSum
- rorm::fields::traits::cmp::FieldEq
- rorm::fields::traits::cmp::FieldILike
- rorm::fields::traits::cmp::FieldIn
- rorm::fields::traits::cmp::FieldLike
- rorm::fields::traits::cmp::FieldOrd
- rorm::fields::traits::cmp::FieldRegexp
- rorm::fields::traits::into_value::IntoValue
- rorm::fields::traits::simple::SimpleFieldEq
- rorm::fields::traits::simple::SimpleFieldILike
- rorm::fields::traits::simple::SimpleFieldIn
- rorm::fields::traits::simple::SimpleFieldLike
- rorm::fields::traits::simple::SimpleFieldOrd
- rorm::fields::types::max_str_impl::LenImpl
- rorm::fields::utils::const_fn::ConstFn
- rorm::fields::utils::const_fn::Contains
- rorm::internal::ConstRef
- rorm::internal::field::ContainerField
- rorm::internal::field::Field
- rorm::internal::field::SingleColumnField
- rorm::internal::field::decoder::FieldDecoder
- rorm::internal::field::foreign_model::ForeignModelField
- rorm::internal::hmr::AsImr
- rorm::internal::patch::IntoPatchCow
- rorm::internal::relation_path::Path
- rorm::internal::relation_path::PathField
- rorm::model::FieldByIndex
- rorm::model::GetField
- rorm::model::Identifiable
- rorm::model::Model
- rorm::model::Patch
- rorm::model::UpdateField
- rorm::prelude::Model
- rorm::prelude::Patch
- tracing::extensions::RecordExt
- tracing::opentelemetry::AttachTracesExt
Macros
- core::re_exports::opentelemetry::otel_debug
- core::re_exports::opentelemetry::otel_error
- core::re_exports::opentelemetry::otel_info
- core::re_exports::opentelemetry::otel_warn
- core::re_exports::rorm::and
- core::re_exports::rorm::const_fn
- core::re_exports::rorm::db::sql::and
- core::re_exports::rorm::db::sql::or
- core::re_exports::rorm::field
- core::re_exports::rorm::impl_FieldMin_FieldMax
- core::re_exports::rorm::impl_FieldSum_FieldAvg
- core::re_exports::rorm::or
- core::re_exports::rorm::prelude::field
- core::re_exports::rorm::register_model
- core::re_exports::rorm::sealed
- core::re_exports::schemars::_serde_json::json
- core::re_exports::schemars::schema_for
- core::re_exports::schemars::schema_for_value
- core::re_exports::serde::forward_to_deserialize_any
- core::re_exports::time::macros::date
- core::re_exports::time::macros::datetime
- core::re_exports::time::macros::format_description
- core::re_exports::time::macros::offset
- core::re_exports::time::macros::time
- core::re_exports::time::macros::utc_datetime
- core::re_exports::time::serde::format_description
- core::re_exports::uuid::uuid
- rorm::and
- rorm::const_fn
- rorm::db::sql::and
- rorm::db::sql::or
- rorm::field
- rorm::impl_FieldMin_FieldMax
- rorm::impl_FieldSum_FieldAvg
- rorm::or
- rorm::prelude::field
- rorm::register_model
- rorm::sealed
Attribute Macros
- core::re_exports::rorm::linkme::distributed_slice
- core::re_exports::rorm::rorm_main
- delete
- get
- handler
- head
- options
- patch
- post
- put
- rorm::linkme::distributed_slice
- rorm::rorm_main
- trace
Derive Macros
- core::re_exports::rorm::DbEnum
- core::re_exports::rorm::Model
- core::re_exports::rorm::Patch
- core::re_exports::rorm::prelude::DbEnum
- core::re_exports::rorm::prelude::Model
- core::re_exports::rorm::prelude::Patch
- core::re_exports::schemars::JsonSchema
- core::re_exports::schemars::JsonSchema_repr
- core::re_exports::serde::Deserialize
- core::re_exports::serde::Serialize
- rorm::DbEnum
- rorm::Model
- rorm::Patch
- rorm::prelude::DbEnum
- rorm::prelude::Model
- rorm::prelude::Patch
Functions
- core::misc::serde_env::from_env
- core::misc::tracing_helper::hash
- core::misc::tracing_helper::hex
- core::misc::tracing_helper::json
- core::re_exports::axum::body::to_bytes
- core::re_exports::axum::middleware::from_extractor
- core::re_exports::axum::middleware::from_extractor_with_state
- core::re_exports::axum::middleware::from_fn
- core::re_exports::axum::middleware::from_fn_with_state
- core::re_exports::axum::middleware::map_request
- core::re_exports::axum::middleware::map_request_with_state
- core::re_exports::axum::middleware::map_response
- core::re_exports::axum::middleware::map_response_with_state
- core::re_exports::axum::routing::any
- core::re_exports::axum::routing::any_service
- core::re_exports::axum::routing::connect
- core::re_exports::axum::routing::connect_service
- core::re_exports::axum::routing::delete
- core::re_exports::axum::routing::delete_service
- core::re_exports::axum::routing::get
- core::re_exports::axum::routing::get_service
- core::re_exports::axum::routing::head
- core::re_exports::axum::routing::head_service
- core::re_exports::axum::routing::method_routing::any
- core::re_exports::axum::routing::method_routing::any_service
- core::re_exports::axum::routing::method_routing::connect
- core::re_exports::axum::routing::method_routing::connect_service
- core::re_exports::axum::routing::method_routing::delete
- core::re_exports::axum::routing::method_routing::delete_service
- core::re_exports::axum::routing::method_routing::get
- core::re_exports::axum::routing::method_routing::get_service
- core::re_exports::axum::routing::method_routing::head
- core::re_exports::axum::routing::method_routing::head_service
- core::re_exports::axum::routing::method_routing::on
- core::re_exports::axum::routing::method_routing::on_service
- core::re_exports::axum::routing::method_routing::options
- core::re_exports::axum::routing::method_routing::options_service
- core::re_exports::axum::routing::method_routing::patch
- core::re_exports::axum::routing::method_routing::patch_service
- core::re_exports::axum::routing::method_routing::post
- core::re_exports::axum::routing::method_routing::post_service
- core::re_exports::axum::routing::method_routing::put
- core::re_exports::axum::routing::method_routing::put_service
- core::re_exports::axum::routing::method_routing::trace
- core::re_exports::axum::routing::method_routing::trace_service
- core::re_exports::axum::routing::on
- core::re_exports::axum::routing::on_service
- core::re_exports::axum::routing::options
- core::re_exports::axum::routing::options_service
- core::re_exports::axum::routing::patch
- core::re_exports::axum::routing::patch_service
- core::re_exports::axum::routing::post
- core::re_exports::axum::routing::post_service
- core::re_exports::axum::routing::put
- core::re_exports::axum::routing::put_service
- core::re_exports::axum::routing::trace
- core::re_exports::axum::routing::trace_service
- core::re_exports::axum::serve
- core::re_exports::axum::serve::serve
- core::re_exports::opentelemetry::global::get_text_map_propagator
- core::re_exports::opentelemetry::global::meter
- core::re_exports::opentelemetry::global::meter_provider
- core::re_exports::opentelemetry::global::meter_with_scope
- core::re_exports::opentelemetry::global::set_meter_provider
- core::re_exports::opentelemetry::global::set_text_map_propagator
- core::re_exports::opentelemetry::global::set_tracer_provider
- core::re_exports::opentelemetry::global::tracer
- core::re_exports::opentelemetry::global::tracer_provider
- core::re_exports::opentelemetry::global::tracer_with_scope
- core::re_exports::opentelemetry::trace::get_active_span
- core::re_exports::opentelemetry::trace::mark_span_as_active
- core::re_exports::rorm::cli::init::init
- core::re_exports::rorm::cli::make_migrations::check_options
- core::re_exports::rorm::cli::make_migrations::get_internal_models
- core::re_exports::rorm::cli::make_migrations::run_make_migrations
- core::re_exports::rorm::cli::migrate::apply::apply_migration
- core::re_exports::rorm::cli::migrate::apply::apply_operation
- core::re_exports::rorm::cli::migrate::config::deserialize_db_conf
- core::re_exports::rorm::cli::migrate::create_last_migration_table
- core::re_exports::rorm::cli::migrate::get_existing_migrations
- core::re_exports::rorm::cli::migrate::run_migrate
- core::re_exports::rorm::cli::migrate::run_migrate_custom
- core::re_exports::rorm::crud::delete::delete
- core::re_exports::rorm::crud::insert::insert
- core::re_exports::rorm::crud::query::query
- core::re_exports::rorm::crud::update::update
- core::re_exports::rorm::db::database::delete
- core::re_exports::rorm::db::database::insert
- core::re_exports::rorm::db::database::insert_bulk
- core::re_exports::rorm::db::database::insert_bulk_returning
- core::re_exports::rorm::db::database::insert_returning
- core::re_exports::rorm::db::database::query
- core::re_exports::rorm::db::database::update
- core::re_exports::rorm::db::sql::create_column::postgres_type
- core::re_exports::rorm::db::sql::create_column::sqlite_type
- core::re_exports::rorm::delete
- core::re_exports::rorm::fields::proxy::columns
- core::re_exports::rorm::fields::proxy::index
- core::re_exports::rorm::fields::proxy::new
- core::re_exports::rorm::fields::traits::set_null
- core::re_exports::rorm::fields::utils::check::disallow_annotations_check
- core::re_exports::rorm::fields::utils::check::shared_linter_check
- core::re_exports::rorm::fields::utils::get_annotations::forward_annotations
- core::re_exports::rorm::fields::utils::get_annotations::merge_annotations
- core::re_exports::rorm::fields::utils::get_annotations::set_null_annotations
- core::re_exports::rorm::fields::utils::get_names::no_columns_names
- core::re_exports::rorm::fields::utils::get_names::single_column_name
- core::re_exports::rorm::insert
- core::re_exports::rorm::internal::field::cascading_foreign_model::cascading_foreign_annotations
- core::re_exports::rorm::internal::field::check
- core::re_exports::rorm::internal::field::foreign_model::foreign_annotations
- core::re_exports::rorm::internal::field::multi_column::slice_for_check
- core::re_exports::rorm::internal::field::push_imr
- core::re_exports::rorm::internal::patch::model_fields
- core::re_exports::rorm::print_models
- core::re_exports::rorm::query
- core::re_exports::rorm::update
- core::re_exports::rorm::write_models
- core::re_exports::schemars::_serde_json::de::from_reader
- core::re_exports::schemars::_serde_json::de::from_slice
- core::re_exports::schemars::_serde_json::de::from_str
- core::re_exports::schemars::_serde_json::from_reader
- core::re_exports::schemars::_serde_json::from_slice
- core::re_exports::schemars::_serde_json::from_str
- core::re_exports::schemars::_serde_json::from_value
- core::re_exports::schemars::_serde_json::ser::to_string
- core::re_exports::schemars::_serde_json::ser::to_string_pretty
- core::re_exports::schemars::_serde_json::ser::to_vec
- core::re_exports::schemars::_serde_json::ser::to_vec_pretty
- core::re_exports::schemars::_serde_json::ser::to_writer
- core::re_exports::schemars::_serde_json::ser::to_writer_pretty
- core::re_exports::schemars::_serde_json::to_string
- core::re_exports::schemars::_serde_json::to_string_pretty
- core::re_exports::schemars::_serde_json::to_value
- core::re_exports::schemars::_serde_json::to_vec
- core::re_exports::schemars::_serde_json::to_vec_pretty
- core::re_exports::schemars::_serde_json::to_writer
- core::re_exports::schemars::_serde_json::to_writer_pretty
- core::re_exports::schemars::_serde_json::value::from_value
- core::re_exports::schemars::_serde_json::value::to_raw_value
- core::re_exports::schemars::_serde_json::value::to_value
- core::re_exports::schemars::visit::visit_root_schema
- core::re_exports::schemars::visit::visit_schema
- core::re_exports::schemars::visit::visit_schema_object
- core::re_exports::time::format_description::parse
- core::re_exports::time::format_description::parse_borrowed
- core::re_exports::time::format_description::parse_owned
- core::re_exports::time::format_description::parse_strftime_borrowed
- core::re_exports::time::format_description::parse_strftime_owned
- core::re_exports::time::serde::iso8601::deserialize
- core::re_exports::time::serde::iso8601::option::deserialize
- core::re_exports::time::serde::iso8601::option::serialize
- core::re_exports::time::serde::iso8601::serialize
- core::re_exports::time::serde::rfc2822::deserialize
- core::re_exports::time::serde::rfc2822::option::deserialize
- core::re_exports::time::serde::rfc2822::option::serialize
- core::re_exports::time::serde::rfc2822::serialize
- core::re_exports::time::serde::rfc3339::deserialize
- core::re_exports::time::serde::rfc3339::option::deserialize
- core::re_exports::time::serde::rfc3339::option::serialize
- core::re_exports::time::serde::rfc3339::serialize
- core::re_exports::time::serde::timestamp::deserialize
- core::re_exports::time::serde::timestamp::microseconds::deserialize
- core::re_exports::time::serde::timestamp::microseconds::option::deserialize
- core::re_exports::time::serde::timestamp::microseconds::option::serialize
- core::re_exports::time::serde::timestamp::microseconds::serialize
- core::re_exports::time::serde::timestamp::milliseconds::deserialize
- core::re_exports::time::serde::timestamp::milliseconds::option::deserialize
- core::re_exports::time::serde::timestamp::milliseconds::option::serialize
- core::re_exports::time::serde::timestamp::milliseconds::serialize
- core::re_exports::time::serde::timestamp::milliseconds_i64::deserialize
- core::re_exports::time::serde::timestamp::milliseconds_i64::option::deserialize
- core::re_exports::time::serde::timestamp::milliseconds_i64::option::serialize
- core::re_exports::time::serde::timestamp::milliseconds_i64::serialize
- core::re_exports::time::serde::timestamp::nanoseconds::deserialize
- core::re_exports::time::serde::timestamp::nanoseconds::option::deserialize
- core::re_exports::time::serde::timestamp::nanoseconds::option::serialize
- core::re_exports::time::serde::timestamp::nanoseconds::serialize
- core::re_exports::time::serde::timestamp::option::deserialize
- core::re_exports::time::serde::timestamp::option::serialize
- core::re_exports::time::serde::timestamp::serialize
- core::re_exports::time::util::days_in_month
- core::re_exports::time::util::days_in_year
- core::re_exports::time::util::days_in_year_month
- core::re_exports::time::util::is_leap_year
- core::re_exports::time::util::weeks_in_year
- core::re_exports::tracing_opentelemetry::get_otel_context
- core::re_exports::tracing_opentelemetry::layer
- core::re_exports::uuid::serde::braced::deserialize
- core::re_exports::uuid::serde::braced::serialize
- core::re_exports::uuid::serde::compact::deserialize
- core::re_exports::uuid::serde::compact::serialize
- core::re_exports::uuid::serde::simple::deserialize
- core::re_exports::uuid::serde::simple::serialize
- core::re_exports::uuid::serde::urn::deserialize
- core::re_exports::uuid::serde::urn::serialize
- core::session::layer
- openapi::get_openapi
- openapi::get_openapi_for_page
- panic_hook::panic_hook
- panic_hook::set_panic_hook
- rorm::cli::init::init
- rorm::cli::make_migrations::check_options
- rorm::cli::make_migrations::get_internal_models
- rorm::cli::make_migrations::run_make_migrations
- rorm::cli::migrate::apply::apply_migration
- rorm::cli::migrate::apply::apply_operation
- rorm::cli::migrate::config::deserialize_db_conf
- rorm::cli::migrate::create_last_migration_table
- rorm::cli::migrate::get_existing_migrations
- rorm::cli::migrate::run_migrate
- rorm::cli::migrate::run_migrate_custom
- rorm::crud::delete::delete
- rorm::crud::insert::insert
- rorm::crud::query::query
- rorm::crud::update::update
- rorm::db::database::delete
- rorm::db::database::insert
- rorm::db::database::insert_bulk
- rorm::db::database::insert_bulk_returning
- rorm::db::database::insert_returning
- rorm::db::database::query
- rorm::db::database::update
- rorm::db::sql::create_column::postgres_type
- rorm::db::sql::create_column::sqlite_type
- rorm::delete
- rorm::fields::proxy::columns
- rorm::fields::proxy::index
- rorm::fields::proxy::new
- rorm::fields::traits::set_null
- rorm::fields::utils::check::disallow_annotations_check
- rorm::fields::utils::check::shared_linter_check
- rorm::fields::utils::get_annotations::forward_annotations
- rorm::fields::utils::get_annotations::merge_annotations
- rorm::fields::utils::get_annotations::set_null_annotations
- rorm::fields::utils::get_names::no_columns_names
- rorm::fields::utils::get_names::single_column_name
- rorm::insert
- rorm::internal::field::cascading_foreign_model::cascading_foreign_annotations
- rorm::internal::field::check
- rorm::internal::field::foreign_model::foreign_annotations
- rorm::internal::field::multi_column::slice_for_check
- rorm::internal::field::push_imr
- rorm::internal::patch::model_fields
- rorm::print_models
- rorm::query
- rorm::update
- rorm::write_models
- tracing::opentelemetry::context_to_headers
- tracing::opentelemetry::headers_to_context
Type Aliases
- core::InitError
- core::PostInitError
- core::PreInitError
- core::module::InitError
- core::module::PostInitError
- core::module::PreInitError
- core::re_exports::axum::BoxError
- core::re_exports::axum::extract::Request
- core::re_exports::axum::extract::ws::CloseCode
- core::re_exports::axum::response::Response
- core::re_exports::axum::response::Result
- core::re_exports::opentelemetry::metrics::Callback
- core::re_exports::opentelemetry_sdk::error::OTelSdkResult
- core::re_exports::opentelemetry_sdk::trace::TraceResult
- core::re_exports::rorm::db::database::ColumnSelector
- core::re_exports::rorm::db::database::JoinTable
- core::re_exports::rorm::db::transaction::HookError
- core::re_exports::rorm::db::transaction::TransactionGuard
- core::re_exports::rorm::fields::traits::FieldColumns
- core::re_exports::rorm::fields::types::CascadingForeignModel
- core::re_exports::rorm::fields::types::ForeignModel
- core::re_exports::rorm::internal::hmr::annotations::OnDelete
- core::re_exports::rorm::internal::hmr::annotations::OnUpdate
- core::re_exports::rorm::model::PatchAsCondition
- core::re_exports::rorm::prelude::ForeignModel
- core::re_exports::schemars::Map
- core::re_exports::schemars::MapEntry
- core::re_exports::schemars::Set
- core::re_exports::schemars::_serde_json::Result
- core::re_exports::schemars::_serde_json::error::Result
- core::re_exports::time::Result
- core::re_exports::time::format_description::StaticFormatDescription
- core::re_exports::time::format_description::well_known::iso8601::EncodedConfig
- core::re_exports::uuid::Bytes
- core::stuff::api_error::ApiResult
- core::stuff::api_error::core::CoreApiResult
- rorm::db::database::ColumnSelector
- rorm::db::database::JoinTable
- rorm::db::transaction::HookError
- rorm::db::transaction::TransactionGuard
- rorm::fields::traits::FieldColumns
- rorm::fields::types::CascadingForeignModel
- rorm::fields::types::ForeignModel
- rorm::internal::hmr::annotations::OnDelete
- rorm::internal::hmr::annotations::OnUpdate
- rorm::model::PatchAsCondition
- rorm::prelude::ForeignModel
Constants
- core::re_exports::axum::extract::ws::close_code::ABNORMAL
- core::re_exports::axum::extract::ws::close_code::AGAIN
- core::re_exports::axum::extract::ws::close_code::AWAY
- core::re_exports::axum::extract::ws::close_code::ERROR
- core::re_exports::axum::extract::ws::close_code::EXTENSION
- core::re_exports::axum::extract::ws::close_code::INVALID
- core::re_exports::axum::extract::ws::close_code::NORMAL
- core::re_exports::axum::extract::ws::close_code::POLICY
- core::re_exports::axum::extract::ws::close_code::PROTOCOL
- core::re_exports::axum::extract::ws::close_code::RESTART
- core::re_exports::axum::extract::ws::close_code::SIZE
- core::re_exports::axum::extract::ws::close_code::STATUS
- core::re_exports::axum::extract::ws::close_code::UNSUPPORTED
- core::re_exports::mime::APPLICATION
- core::re_exports::mime::APPLICATION_JAVASCRIPT
- core::re_exports::mime::APPLICATION_JAVASCRIPT_UTF_8
- core::re_exports::mime::APPLICATION_JSON
- core::re_exports::mime::APPLICATION_MSGPACK
- core::re_exports::mime::APPLICATION_OCTET_STREAM
- core::re_exports::mime::APPLICATION_PDF
- core::re_exports::mime::APPLICATION_WWW_FORM_URLENCODED
- core::re_exports::mime::AUDIO
- core::re_exports::mime::BASIC
- core::re_exports::mime::BMP
- core::re_exports::mime::BOUNDARY
- core::re_exports::mime::CHARSET
- core::re_exports::mime::CSS
- core::re_exports::mime::CSV
- core::re_exports::mime::EVENT_STREAM
- core::re_exports::mime::FONT
- core::re_exports::mime::FONT_WOFF
- core::re_exports::mime::FONT_WOFF2
- core::re_exports::mime::FORM_DATA
- core::re_exports::mime::GIF
- core::re_exports::mime::HTML
- core::re_exports::mime::IMAGE
- core::re_exports::mime::IMAGE_BMP
- core::re_exports::mime::IMAGE_GIF
- core::re_exports::mime::IMAGE_JPEG
- core::re_exports::mime::IMAGE_PNG
- core::re_exports::mime::IMAGE_STAR
- core::re_exports::mime::IMAGE_SVG
- core::re_exports::mime::JAVASCRIPT
- core::re_exports::mime::JPEG
- core::re_exports::mime::JSON
- core::re_exports::mime::MESSAGE
- core::re_exports::mime::MODEL
- core::re_exports::mime::MP4
- core::re_exports::mime::MPEG
- core::re_exports::mime::MSGPACK
- core::re_exports::mime::MULTIPART
- core::re_exports::mime::MULTIPART_FORM_DATA
- core::re_exports::mime::OCTET_STREAM
- core::re_exports::mime::OGG
- core::re_exports::mime::PDF
- core::re_exports::mime::PLAIN
- core::re_exports::mime::PNG
- core::re_exports::mime::STAR
- core::re_exports::mime::STAR_STAR
- core::re_exports::mime::SVG
- core::re_exports::mime::TEXT
- core::re_exports::mime::TEXT_CSS
- core::re_exports::mime::TEXT_CSS_UTF_8
- core::re_exports::mime::TEXT_CSV
- core::re_exports::mime::TEXT_CSV_UTF_8
- core::re_exports::mime::TEXT_EVENT_STREAM
- core::re_exports::mime::TEXT_HTML
- core::re_exports::mime::TEXT_HTML_UTF_8
- core::re_exports::mime::TEXT_JAVASCRIPT
- core::re_exports::mime::TEXT_PLAIN
- core::re_exports::mime::TEXT_PLAIN_UTF_8
- core::re_exports::mime::TEXT_STAR
- core::re_exports::mime::TEXT_TAB_SEPARATED_VALUES
- core::re_exports::mime::TEXT_TAB_SEPARATED_VALUES_UTF_8
- core::re_exports::mime::TEXT_VCARD
- core::re_exports::mime::TEXT_XML
- core::re_exports::mime::UTF_8
- core::re_exports::mime::VCARD
- core::re_exports::mime::VIDEO
- core::re_exports::mime::WOFF
- core::re_exports::mime::WOFF2
- core::re_exports::mime::WWW_FORM_URLENCODED
- core::re_exports::mime::XML
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_COMPRESSION
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_ENDPOINT
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_ENDPOINT_DEFAULT
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_HEADERS
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_LOGS_COMPRESSION
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_LOGS_ENDPOINT
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_LOGS_HEADERS
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_LOGS_TIMEOUT
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_METRICS_COMPRESSION
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_METRICS_ENDPOINT
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_METRICS_HEADERS
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_METRICS_TIMEOUT
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_PROTOCOL
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_PROTOCOL_DEFAULT
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_TIMEOUT
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_TIMEOUT_DEFAULT
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_TRACES_COMPRESSION
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_TRACES_HEADERS
- core::re_exports::opentelemetry_otlp::OTEL_EXPORTER_OTLP_TRACES_TIMEOUT
- core::re_exports::uuid::timestamp::UUID_TICKS_BETWEEN_EPOCHS