Struct clojurust::clojure::lang::objects::SubVector::SSubVector[][src]

pub struct SSubVector { /* fields omitted */ }

Trait Implementations

impl APersistentVector for SSubVector[src]

impl Associative for SSubVector[src]

impl Collection for SSubVector[src]

impl Comparable for SSubVector[src]

impl Counted for SSubVector[src]

impl IHashEq for SSubVector[src]

impl IMeta for SSubVector[src]

fn meta(&self) -> ObjResult<Object>[src]

SSubVector -> IPersistentMap

impl IObj for SSubVector[src]

fn withMeta(&self, meta: &Object) -> ObjResult<Object>[src]

SSubVector -> IObj

impl IObject for SSubVector[src]

impl IPersistentCollection for SSubVector[src]

impl IPersistentStack for SSubVector[src]

impl IPersistentVector for SSubVector[src]

impl Indexed for SSubVector[src]

impl Iterable for SSubVector[src]

impl List for SSubVector[src]

impl RandomAccess for SSubVector[src]

impl Reversible for SSubVector[src]

impl Sequable for SSubVector[src]

impl Serializable for SSubVector[src]

impl SubVector for SSubVector[src]

Auto Trait Implementations

impl !RefUnwindSafe for SSubVector

impl Send for SSubVector

impl Sync for SSubVector

impl Unpin for SSubVector

impl !UnwindSafe for SSubVector

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.