pub struct PythonSignature { /* private fields */ }Expand description
Python-only signature rules that must not leak into neutral function plans.
Implementations§
Trait Implementations§
Source§impl Clone for PythonSignature
impl Clone for PythonSignature
Source§fn clone(&self) -> PythonSignature
fn clone(&self) -> PythonSignature
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PythonSignature
impl Debug for PythonSignature
Source§impl Default for PythonSignature
impl Default for PythonSignature
Source§fn default() -> PythonSignature
fn default() -> PythonSignature
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for PythonSignature
impl !UnwindSafe for PythonSignature
impl Freeze for PythonSignature
impl Send for PythonSignature
impl Sync for PythonSignature
impl Unpin for PythonSignature
impl UnsafeUnpin for PythonSignature
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more