Docs.rs
list_tools-0.1.9
list_tools 0.1.9
Docs.rs crate page
GPL-3.0
Links
crates.io
Source
Owners
nirenyang
Dependencies
Versions
81.25%
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
list_tools
0.1.9
ToList
Required Methods
to_list
Implementations on Foreign Types
&[T]
HashSet<T>
Vec<T>
Implementors
In crate list_tools
?
Settings
Trait
list_tools
::
ToList
Copy item path
source
·
[
−
]
pub trait ToList<T>
where T:
Clone
,
{ // Required method fn
to_list
(self) ->
List
<T>
ⓘ
; }
Required Methods
§
source
fn
to_list
(self) ->
List
<T>
ⓘ
Implementations on Foreign Types
§
source
§
impl<T:
Clone
>
ToList
<T> for &
[T]
source
§
fn
to_list
(self) ->
List
<T>
ⓘ
source
§
impl<T:
Clone
>
ToList
<T> for
Vec
<T>
source
§
fn
to_list
(self) ->
List
<T>
ⓘ
source
§
impl<T:
Clone
>
ToList
<T> for
HashSet
<T>
source
§
fn
to_list
(self) ->
List
<T>
ⓘ
Implementors
§