Docs.rs
collections2-0.0.1
collections2 0.0.1
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
bbqsrc
Dependencies
Versions
0%
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
CollectionMut
collections2
0.0.1
Collection
Mut
Required Methods
clear
Implementations on Foreign Types
HashSet<T>
Vec<T>
Implementors
In crate collections2
collections2
Trait
Collection
Mut
Copy item path
Source
pub trait CollectionMut<T>:
Collection
<T> { // Required method fn
clear
(&mut self); }
Required Methods
§
Source
fn
clear
(&mut self)
Implementations on Foreign Types
§
Source
§
impl<T>
CollectionMut
<T> for
Vec
<T>
Source
§
fn
clear
(&mut self)
Source
§
impl<T>
CollectionMut
<T> for
HashSet
<T>
Source
§
fn
clear
(&mut self)
Implementors
§