Docs.rs
qs-rs-0.1.4
qs-rs 0.1.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
turbidsoul
Dependencies
urlencoding ^2.1.0
normal
Versions
16.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
QueryString
qs_rs
0.1.4
Query
String
Required Methods
to_qs
Implementations on Foreign Types
&str
Option<T>
String
Vec<T>
bool
f32
f64
i8
i16
i32
i64
isize
u8
u16
u32
u64
u128
usize
Implementors
In crate qs_
rs
qs_rs
Trait
Query
String
Copy item path
Source
pub trait QueryString { // Required method fn
to_qs
(&self, k: &
str
) ->
String
; }
Required Methods
§
Source
fn
to_qs
(&self, k: &
str
) ->
String
Implementations on Foreign Types
§
Source
§
impl
QueryString
for &
str
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
bool
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
f32
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
f64
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
i8
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
i16
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
i32
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
i64
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
isize
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
u8
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
u16
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
u32
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
u64
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
u128
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
usize
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl
QueryString
for
String
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl<T:
QueryString
>
QueryString
for
Option
<T>
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Source
§
impl<T:
UrlEncoding
>
QueryString
for
Vec
<T>
Source
§
fn
to_qs
(&self, k: &
str
) ->
String
Implementors
§