Docs.rs
septa-api-0.4.0
septa-api 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
StefanBossbaly
Dependencies
chrono ^0.4.38
normal
reqwest ^0.12.4
normal
serde ^1.0.203
normal
serde_json ^1.0.117
normal
strum ^0.26
normal
thiserror ^1.0.61
normal
geojson ^0.24.1
dev
gtfs-structures ^0.41.3
dev
mockito ^1.4.0
dev
once_cell ^1.19.0
dev
serde_path_to_error ^0.1.16
dev
tokio ^1.38.0
dev
Versions
2.85%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
septa_
api
0.4.0
Request
Required Methods
into_params
Implementors
In septa_
api::
requests
septa_api
::
requests
Trait
Request
Copy item path
Source
pub trait Request { // Required method fn
into_params
(self) ->
Vec
<(&'static
str
,
String
)>; }
Required Methods
§
Source
fn
into_params
(self) ->
Vec
<(&'static
str
,
String
)>
Implementors
§
Source
§
impl
Request
for
ArrivalsRequest
Source
§
impl
Request
for
NextToArriveRequest
Source
§
impl
Request
for
RailScheduleRequest