Struct core::ops::RangeFull [] [src]

pub struct RangeFull;

An unbounded range.

Trait Implementations

impl Debug for RangeFull

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

Derived Implementations

impl Eq for RangeFull

impl PartialEq for RangeFull

fn eq(&self, __arg_0: &RangeFull) -> bool

fn ne(&self, __arg_0: &RangeFull) -> bool

impl Clone for RangeFull

fn clone(&self) -> RangeFull

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

impl Copy for RangeFull