Docs.rs
rustpython-common-0.5.0
rustpython-common 0.5.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
coolreader18
github:rustpython:packaging
Dependencies
ascii ^1.1
normal
bitflags ^2.11.0
normal
cfg-if ^1.0
normal
getrandom ^0.3
normal
itertools ^0.14.0
normal
libc ^0.2.183
normal
lock_api ^0.4
normal
malachite-base ^0.9.1
normal
malachite-bigint ^0.9.1
normal
malachite-q ^0.9.1
normal
num-complex ^0.4.6
normal
num-traits ^0.2
normal
parking_lot ^0.12.3
normal
optional
radium ^1.1.1
normal
rustpython-literal ^0.5.0
normal
rustpython-wtf8 ^0.5.0
normal
siphasher ^1
normal
unicode_names2 ^2.0.0
normal
nix ^0.30
normal
widestring ^1.2.0
normal
windows-sys ^0.61.2
normal
Versions
19.54%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
DeduceStrKind
rustpython_
common
0.5.0
Deduce
StrKind
Required Methods
str_kind
Implementations on Foreign Types
&T
Box<T>
String
Wtf8
Wtf8Buf
str
Implementors
In rustpython_
common::
str
rustpython_common
::
str
Trait
Deduce
StrKind
Copy item path
Source
pub trait DeduceStrKind { // Required method fn
str_kind
(&self) ->
StrKind
; }
Required Methods
§
Source
fn
str_kind
(&self) ->
StrKind
Implementations on Foreign Types
§
Source
§
impl
DeduceStrKind
for
str
Source
§
fn
str_kind
(&self) ->
StrKind
Source
§
impl
DeduceStrKind
for
String
Source
§
fn
str_kind
(&self) ->
StrKind
Source
§
impl
DeduceStrKind
for
Wtf8
Source
§
fn
str_kind
(&self) ->
StrKind
Source
§
impl
DeduceStrKind
for
Wtf8Buf
Source
§
fn
str_kind
(&self) ->
StrKind
Source
§
impl<T:
DeduceStrKind
+ ?
Sized
>
DeduceStrKind
for
&T
Source
§
fn
str_kind
(&self) ->
StrKind
Source
§
impl<T:
DeduceStrKind
+ ?
Sized
>
DeduceStrKind
for
Box
<T>
Source
§
fn
str_kind
(&self) ->
StrKind
Implementors
§