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
UrlEncoding
qs_rs
0.1.4
UrlEncoding
Required Methods
url_encode
Implementations on Foreign Types
&str
String
bool
f32
f64
i8
i16
i32
i64
isize
u8
u16
u32
u64
u128
usize
Implementors
In crate qs_
rs
qs_rs
Trait
UrlEncoding
Copy item path
Source
pub trait UrlEncoding { // Required method fn
url_encode
(&self) ->
String
; }
Required Methods
§
Source
fn
url_encode
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
UrlEncoding
for &
str
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
bool
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
f32
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
f64
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
i8
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
i16
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
i32
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
i64
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
isize
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
u8
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
u16
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
u32
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
u64
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
u128
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
usize
Source
§
fn
url_encode
(&self) ->
String
Source
§
impl
UrlEncoding
for
String
Source
§
fn
url_encode
(&self) ->
String
Implementors
§