Movatterモバイル変換


[0]ホーム

URL:


[][src]Traitrustpython_vm::pyobject::IdProtocol

pub trait IdProtocol {    fnget_id(&self) ->usize;    fnis<T>(&self, other:&T) ->bool
   where
        T:IdProtocol
, { ... }}

Required methods

fnget_id(&self) ->usize

Loading content...

Provided methods

fnis<T>(&self, other:&T) ->boolwhere
    T:IdProtocol

Loading content...

Implementations on Foreign Types

impl<T: ?Sized +IdProtocol>IdProtocol forRc<T>[src]

fnget_id(&self) ->usize[src]

Loading content...

Implementors

impl<T: PyObjectPayload> IdProtocol forPyRef<T>[src]

fnget_id(&self) ->usize[src]

impl<T: ?Sized +PyObjectPayload> IdProtocol forPyObject<T>[src]

fnget_id(&self) ->usize[src]

Loading content...

[8]ページ先頭

©2009-2025 Movatter.jp