Docs.rs
xxlib-0.4.0
xxlib 0.4.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
luyikk
Dependencies
anyhow ^1.0
normal
data-rw ^1.6
normal
impl-trait-for-tuples ^0.2
normal
ordnung ^0.0.1
normal
paste ^1.0
normal
sharedptr ^0.3.4
normal
xxlib_builder ^0.2
dev
Versions
63.16%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
xxlib
0.4.0
String
Assign
Required Methods
assign
Implementations on Foreign Types
String
Implementors
In crate xxlib
xxlib
Trait
StringAssign
Copy item path
Source
pub trait StringAssign { // Required method fn
assign
(&mut self, str: &
str
); }
Required Methods
§
Source
fn
assign
(&mut self, str: &
str
)
Implementations on Foreign Types
§
Source
§
impl
StringAssign
for
String
Source
§
fn
assign
(&mut self, str: &
str
)
Implementors
§