VOOZH
about
URL: https://doc.rust-lang.org/std/collections/struct.LinkedList.html
⇱ LinkedList in std::collections - Rust
Skip to main content
std
::
collections
Struct
LinkedList
1.0.0
·
Source
pub struct LinkedList<T, A =
Global
>
where A:
Allocator
,
{
/* private fields */
}
Implementations
§
Trait Implementations
§
1.0.0
·
Source
§
impl<T, A>
Eq
for
LinkedList
<T, A>
where T:
Eq
, A:
Allocator
,
1.0.0
·
Source
§
impl<T, A>
Send
for
LinkedList
<T, A>
where T:
Send
, A:
Allocator
+
Send
,
1.0.0
·
Source
§
impl<T, A>
Sync
for
LinkedList
<T, A>
where T:
Sync
, A:
Allocator
+
Sync
,
Auto Trait Implementations
§
§
impl<T, A>
Freeze
for
LinkedList
<T, A>
where A:
Freeze
,
§
impl<T, A>
RefUnwindSafe
for
LinkedList
<T, A>
where A:
RefUnwindSafe
, T:
RefUnwindSafe
,
§
impl<T, A>
Unpin
for
LinkedList
<T, A>
where A:
Unpin
,
§
impl<T, A>
UnsafeUnpin
for
LinkedList
<T, A>
where A:
UnsafeUnpin
,
§
impl<T, A>
UnwindSafe
for
LinkedList
<T, A>
where A:
UnwindSafe
, T:
RefUnwindSafe
+
UnwindSafe
,
Blanket Implementations
§