Docs.rs
has-some-1.0.0
has-some 1.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bassmanitram
Dependencies
Versions
20%
of the crate is documented
Go to latest version
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
has_
some
1.0.0
HasSome
Required Methods
has_some
Implementations on Foreign Types
BTreeMap<K, V>
BTreeSet<T>
BinaryHeap<T>
CStr
HashMap<K, V, S>
HashSet<T, S>
LinkedList<T>
Range<Idx>
RangeInclusive<Idx>
String
Vec<T>
VecDeque<T>
[T]
Implementors
In crate has_
some
has_some
Trait
HasSome
Copy item path
Source
pub trait HasSome { // Required method fn
has_some
(&self) ->
bool
; }
Required Methods
§
Source
fn
has_some
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
HasSome
for
String
Source
§
fn
has_some
(&self) ->
bool
Source
§
impl
HasSome
for
CStr
Source
§
fn
has_some
(&self) ->
bool
Source
§
impl<Idx:
PartialOrd
<Idx>>
HasSome
for
Range
<Idx>
Source
§
fn
has_some
(&self) ->
bool
Source
§
impl<Idx:
PartialOrd
<Idx>>
HasSome
for
RangeInclusive
<Idx>
Source
§
fn
has_some
(&self) ->
bool
Source
§
impl<K, V>
HasSome
for
BTreeMap
<K, V>
Source
§
fn
has_some
(&self) ->
bool
Source
§
impl<K, V, S:
BuildHasher
>
HasSome
for
HashMap
<K, V, S>
Source
§
fn
has_some
(&self) ->
bool
Source
§
impl<T>
HasSome
for
[T]
Source
§
fn
has_some
(&self) ->
bool
Source
§
impl<T>
HasSome
for
BinaryHeap
<T>
Source
§
fn
has_some
(&self) ->
bool
Source
§
impl<T>
HasSome
for
BTreeSet
<T>
Source
§
fn
has_some
(&self) ->
bool
Source
§
impl<T>
HasSome
for
LinkedList
<T>
Source
§
fn
has_some
(&self) ->
bool
Source
§
impl<T>
HasSome
for
VecDeque
<T>
Source
§
fn
has_some
(&self) ->
bool
Source
§
impl<T>
HasSome
for
Vec
<T>
Source
§
fn
has_some
(&self) ->
bool
Source
§
impl<T, S:
BuildHasher
>
HasSome
for
HashSet
<T, S>
Source
§
fn
has_some
(&self) ->
bool
Implementors
§