☰
NonNull
NonNull
Implementations on Foreign Types
Arc<T>
Implementors
In arc_swap
Modules
cache
gen_lock
Structs
ArcSwapAny
Guard
Lease
Traits
AsRaw
NonNull
RefCnt
Functions
ptr_eq
Type Definitions
ArcSwap
ArcSwapOption
IndependentArcSwap
?
Trait
arc_swap
::
NonNull
source
·
[
−
]
pub unsafe trait NonNull:
RefCnt
{ }
Expand description
A trait describing smart pointers that can’t hold NULL.
Implementations on Foreign Types
source
impl<T>
NonNull
for
Arc
<T>
Implementors