Trait librsnek::api::method::IsNot [] [src]

pub trait IsNot where
    Self: Id
{ fn op_is_not(&self, rt: &Runtime, rhs: &RtObject) -> Result<RtObject, Error> { ... } fn native_is_not(&self, other: &Type) -> Result<Boolean, Error> { ... } }

Provided Methods

Implementors