Trait gcollections::ops::constructor::Singleton[][src]

pub trait Singleton: Collection {
    fn singleton(value: Self::Item) -> Self;
}

Required Methods

Implementations on Foreign Types

impl Singleton for i8
[src]

impl Singleton for u8
[src]

impl Singleton for i16
[src]

impl Singleton for u16
[src]

impl Singleton for i32
[src]

impl Singleton for u32
[src]

impl Singleton for i64
[src]

impl Singleton for u64
[src]

impl Singleton for isize
[src]

impl Singleton for usize
[src]

Implementors