Struct intrusive_containers::linked_list::NodeImpl
[−]
[src]
pub struct NodeImpl<T, L> { pub link: L, pub val: T, }
Fields
link | |
val |
pub struct NodeImpl<T, L> { pub link: L, pub val: T, }
link | |
val |
impl<T: Hash, L> Hash for NodeImpl<T, L>
fn hash<H: Hasher>(&self, state: &mut H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl<T: PartialEq, L> PartialEq for NodeImpl<T, L>
impl<T: Eq, L> Eq for NodeImpl<T, L>
impl<T: PartialOrd, L> PartialOrd for NodeImpl<T, L>
fn partial_cmp(&self, other: &NodeImpl<T, L>) -> Option<Ordering>
fn lt(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
fn gt(&self, other: &Rhs) -> bool
fn ge(&self, other: &Rhs) -> bool
impl<T: Ord, L> Ord for NodeImpl<T, L>
impl<T: Debug, L: Debug> Debug for NodeImpl<T, L> where L: Debug, T: Debug
impl<T: Default, L: Default> Default for NodeImpl<T, L> where L: Default, T: Default
impl<T: Clone, L: Clone> Clone for NodeImpl<T, L> where L: Clone, T: Clone
fn clone(&self) -> NodeImpl<T, L>
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)