Struct intrusive_containers::linked_list::Links [] [src]

pub struct Links<L: Linkable> {
    // some fields omitted
}

Trait Implementations

impl<L: Linkable> Drop for Links<L>

fn drop(&mut self)

Derived Implementations

impl<L: Debug + Linkable> Debug for Links<L> where L: Debug, L: Debug

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl<L: Default + Linkable> Default for Links<L> where L: Default, L: Default

fn default() -> Links<L>

impl<L: Clone + Linkable> Clone for Links<L> where L: Clone, L: Clone

fn clone(&self) -> Links<L>

fn clone_from(&mut self, source: &Self)