Struct clojurust::clojure::lang::objects::PersistentHashSet::SPersistentHashSet[][src]

pub struct SPersistentHashSet { /* fields omitted */ }

Trait Implementations

impl AFn for SPersistentHashSet[src]

impl APersistentSet for SPersistentHashSet[src]

impl Callable for SPersistentHashSet[src]

impl Collection for SPersistentHashSet[src]

impl Counted for SPersistentHashSet[src]

impl Default for SPersistentHashSet[src]

impl IFn for SPersistentHashSet[src]

impl IHashEq for SPersistentHashSet[src]

impl IMeta for SPersistentHashSet[src]

impl IObj for SPersistentHashSet[src]

impl IObject for SPersistentHashSet[src]

impl IPersistentCollection for SPersistentHashSet[src]

impl IPersistentSet for SPersistentHashSet[src]

impl Iterable for SPersistentHashSet[src]

impl PersistentHashSet for SPersistentHashSet[src]

impl Sequable for SPersistentHashSet[src]

impl Serializable for SPersistentHashSet[src]

impl Set for SPersistentHashSet[src]

Auto Trait Implementations

impl !RefUnwindSafe for SPersistentHashSet

impl Send for SPersistentHashSet

impl Sync for SPersistentHashSet

impl Unpin for SPersistentHashSet

impl !UnwindSafe for SPersistentHashSet

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.