Trait clojurust::clojure::rust::objects::IObject::IObject[][src]

pub trait IObject: CastFromSync {
    fn getClass<'a>(&self) -> &'a SClass;
fn hashCode(&self) -> usize;
fn toString(&self) -> String;
fn equals(&self, other: &Object) -> bool; }

Required methods

fn getClass<'a>(&self) -> &'a SClass[src]

Return Class of Object

fn hashCode(&self) -> usize[src]

fn toString(&self) -> String[src]

fn equals(&self, other: &Object) -> bool[src]

Loading content...

Implementations on Foreign Types

impl IObject for Vector<Object>[src]

Loading content...

Implementors

impl IObject for SPersistentHashMap[src]

impl IObject for SPersistentHashSet[src]

impl IObject for SPersistentVector[src]

impl IObject for SRSeq[src]

impl IObject for SSubVector[src]

impl IObject for SClass[src]

fn getClass<'a>(&self) -> &'a SClass[src]

Return Class of Object

impl IObject for SFnMethodNative[src]

impl IObject for SFunction[src]

impl IObject for SGlobals[src]

impl IObject for SMember[src]

impl IObject for BigInteger[src]

impl IObject for Byte[src]

impl IObject for Double[src]

impl IObject for Float[src]

impl IObject for Integer[src]

impl IObject for Long[src]

impl IObject for Short[src]

impl IObject for Usize[src]

impl IObject for SObjError[src]

impl IObject for Object[src]

SImplementation of protocol IObject for Object.

Functions are applied to the content of Object

impl IObject for SProtocol[src]

impl IObject for SPrototype[src]

impl IObject for string[src]

impl IObject for SUnique[src]

Loading content...