Trait librsnek::api::method::IsDisjoint
[−]
[src]
pub trait IsDisjoint {
fn meth_isdisjoint(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
fn native_meth_isdisjoint(&self, &Type) -> Result<Boolean, Error> { ... }
}
Provided Methods
fn meth_isdisjoint(&self, &Runtime, &RtObject) -> Result<RtObject, Error>
Runtime API Method $pyname
fn native_meth_isdisjoint(&self, &Type) -> Result<Boolean, Error>
Native API Method $pyname
Implementors
impl IsDisjoint for RtObjectimpl IsDisjoint for WeakRtObjectimpl IsDisjoint for Typeimpl IsDisjoint for RefCountedValue<BoolValue, RefCount>impl IsDisjoint for RefCountedValue<StringValue, RefCount>impl IsDisjoint for RefCountedValue<CodeValue, RefCount>impl IsDisjoint for RefCountedValue<ComplexValue, RefCount>impl IsDisjoint for RefCountedValue<DictValue, RefCount>impl IsDisjoint for RefCountedValue<FloatValue, RefCount>impl IsDisjoint for RefCountedValue<FrameValue, RefCount>impl IsDisjoint for RefCountedValue<FrozenSetValue, RefCount>impl IsDisjoint for RefCountedValue<IntValue, RefCount>impl IsDisjoint for RefCountedValue<IteratorValue, RefCount>impl IsDisjoint for RefCountedValue<ListValue, RefCount>impl IsDisjoint for RefCountedValue<FuncValue, RefCount>impl IsDisjoint for RefCountedValue<NoneValue, RefCount>impl IsDisjoint for RefCountedValue<ObjectValue, RefCount>impl IsDisjoint for RefCountedValue<TypeValue, RefCount>impl IsDisjoint for RefCountedValue<SetValue, RefCount>impl IsDisjoint for RefCountedValue<StringValue, RefCount>impl IsDisjoint for RefCountedValue<TupleValue, RefCount>