Movatterモバイル変換


[0]ホーム

URL:


[][src]Structrustpython_vm::pyobject::PyCallable

pub struct PyCallable { /* fields omitted */ }

Methods

implPyCallable[src]

pub fninvoke(
    &self,
    args: implInto<PyFuncArgs>,
    vm: &VirtualMachine
) ->PyResult
[src]

pub fninto_object(self) ->PyObjectRef[src]

Trait Implementations

implClone forPyCallable[src]

fnclone(&self) ->PyCallable[src]

fnclone_from(&mut self, source:&Self)1.0.0[src]

implDebug forPyCallable[src]

fnfmt(&self, f: &mutFormatter) ->Result[src]

implIntoPyObject forPyCallable[src]

implTryFromObject forPyCallable[src]

fntry_from_object(vm: &VirtualMachine, obj:PyObjectRef) ->PyResult<Self>[src]

Auto Trait Implementations

impl !RefUnwindSafe forPyCallable

impl !Send forPyCallable

impl !Sync forPyCallable

implUnpin forPyCallable

impl !UnwindSafe forPyCallable

Blanket Implementations

impl<T>Any for Twhere
    T: 'static + ?Sized
[src]

fntype_id(&self) ->TypeId[src]

impl<T>Borrow<T> for Twhere
    T: ?Sized
[src]

fnborrow(&self) ->&T[src]

impl<T>BorrowMut<T> for Twhere
    T: ?Sized
[src]

fnborrow_mut(&mut self) ->&mutT[src]

impl<T>From<T> for T[src]

fnfrom(t: T) -> T[src]

impl<T>FromArgs for Twhere
    T:TryFromObject
[src]

fnarity() ->RangeInclusive<usize>[src]

fnfrom_args(&VirtualMachine, &mutPyFuncArgs) ->Result<T,ArgumentError>[src]

impl<T, U>Into<U> for Twhere
    U:From<T>, 
[src]

fninto(self) -> U[src]

impl<T>IntoPyObject for Twhere
    T:PyValue
[src]

impl<T> Same<T> for T

typeOutput = T

Should always beSelf

impl<T>ToOwned for Twhere
    T:Clone
[src]

typeOwned = T

The resulting type after obtaining ownership.

fnto_owned(&self) -> T[src]

fnclone_into(&self, target:&mutT)[src]

impl<T, U>TryFrom<U> for Twhere
    U:Into<T>, 
[src]

typeError =Infallible

The type returned in the event of a conversion error.

fntry_from(value: U) ->Result<T, <T asTryFrom<U>>::Error>[src]

impl<T, U>TryInto<U> for Twhere
    U:TryFrom<T>, 
[src]

typeError = <U asTryFrom<T>>::Error

The type returned in the event of a conversion error.

fntry_into(self) ->Result<U, <U asTryFrom<T>>::Error>[src]

impl<V, T> VZip<V> for Twhere
    V: MultiLane<T>, 

fnvzip(self) -> V


[8]ページ先頭

©2009-2025 Movatter.jp