Struct clojurust::clojure::lang::objects::PersistentVector::SPersistentVector[][src]

pub struct SPersistentVector {
    pub _hash: usize,
    pub _hash_eq: usize,
    pub meta: Object,
    pub inner: Object,
}

Fields

_hash: usize_hash_eq: usizemeta: Object

hashmap::HashMap

inner: Object

Trait Implementations

impl APersistentVector for SPersistentVector[src]

impl Associative for SPersistentVector[src]

impl Collection for SPersistentVector[src]

impl Comparable for SPersistentVector[src]

impl Counted for SPersistentVector[src]

impl Default for SPersistentVector[src]

impl IEditableCollection for SPersistentVector[src]

impl IHashEq for SPersistentVector[src]

impl IKVReduce for SPersistentVector[src]

impl IMeta for SPersistentVector[src]

impl IObj for SPersistentVector[src]

impl IObject for SPersistentVector[src]

impl IPersistentCollection for SPersistentVector[src]

impl IPersistentStack for SPersistentVector[src]

impl IPersistentVector for SPersistentVector[src]

impl Indexed for SPersistentVector[src]

impl Iterable for SPersistentVector[src]

impl List for SPersistentVector[src]

impl PersistentVector for SPersistentVector[src]

impl RandomAccess for SPersistentVector[src]

impl Reversible for SPersistentVector[src]

impl Sequable for SPersistentVector[src]

impl Serializable for SPersistentVector[src]

Auto Trait Implementations

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<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.