Struct clojurust::clojure::lang::objects::PersistentHashMap::SPersistentHashMap[][src]

pub struct SPersistentHashMap { /* fields omitted */ }

Trait Implementations

impl Associative for SPersistentHashMap[src]

impl Callable for SPersistentHashMap[src]

impl Counted for SPersistentHashMap[src]

impl Default for SPersistentHashMap[src]

impl IEditableCollection for SPersistentHashMap[src]

impl IFn for SPersistentHashMap[src]

impl IHashEq for SPersistentHashMap[src]

impl IKVReduce for SPersistentHashMap[src]

impl ILookup for SPersistentHashMap[src]

impl IMapIterable for SPersistentHashMap[src]

type Item = Object

impl IMeta for SPersistentHashMap[src]

impl IObj for SPersistentHashMap[src]

impl IObject for SPersistentHashMap[src]

impl IPersistentCollection for SPersistentHashMap[src]

impl IPersistentMap for SPersistentHashMap[src]

impl Iterable for SPersistentHashMap[src]

impl Iterator for SPersistentHashMap[src]

type Item = SPersistentHashMap

The type of the elements being iterated over.

impl Map for SPersistentHashMap[src]

impl MapEquivalence for SPersistentHashMap[src]

impl PersistentHashMap for SPersistentHashMap[src]

impl Runnable for SPersistentHashMap[src]

impl Sequable for SPersistentHashMap[src]

impl Serializable for SPersistentHashMap[src]

impl Thread for SPersistentHashMap[src]

Auto Trait Implementations

impl !RefUnwindSafe for SPersistentHashMap

impl Send for SPersistentHashMap

impl Sync for SPersistentHashMap

impl Unpin for SPersistentHashMap

impl !UnwindSafe for SPersistentHashMap

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<S> CastArc for S where
    S: CastFromSync + ?Sized
[src]

impl<S> CastBox for S where
    S: CastFrom + ?Sized
[src]

impl<T> CastFrom for T where
    T: 'static + Any
[src]

impl<T> CastFromSync for T where
    T: 'static + Sync + Send
[src]

impl<S> CastMut for S where
    S: CastFrom + ?Sized
[src]

impl<S> CastRc for S where
    S: CastFrom + ?Sized
[src]

impl<S> CastRef for S where
    S: CastFrom + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.