Docs.rs
cpython-0.7.1
cpython 0.7.1
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
dgrunwald
markbt
gracinet
Dependencies
libc ^0.2
normal
num-traits ^0.2
normal
paste ^1
normal
python27-sys ^0.7.0
normal
python3-sys ^0.7.1
normal
serde ^1
normal
rustversion ^1.0
dev
serde_bytes ^0.11
dev
serde_cbor ^0.11
dev
Versions
62.34%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
PyClone
Required Methods
clone_ref
Implementations on Foreign Types
Option<T>
Implementors
In cpython
?
Trait
cpython
::
PyClone
source
·
[
−
]
pub trait PyClone:
Sized
{ fn
clone_ref
(&self, py:
Python
<'_>) -> Self; }
Required Methods
source
fn
clone_ref
(&self, py:
Python
<'_>) -> Self
Implementations on Foreign Types
source
impl<T>
PyClone
for
Option
<T>
where
T:
PyClone
,
source
fn
clone_ref
(&self, py:
Python
<'_>) ->
Option
<T>
Implementors
source
impl
PyClone
for
PyErr
source
impl<T>
PyClone
for T
where
T:
PythonObject
,