Struct quil::instruction::PyJumpUnless
source · pub struct PyJumpUnless(/* private fields */);Implementations§
source§impl PyJumpUnless
impl PyJumpUnless
source§impl PyJumpUnless
impl PyJumpUnless
pub fn __copy__(&self) -> Self
pub fn __deepcopy__(&self, _memo: &PyDict) -> Self
source§impl PyJumpUnless
impl PyJumpUnless
Trait Implementations§
source§impl AsMut<<PyJumpUnless as PyWrapper>::Inner> for PyJumpUnless
impl AsMut<<PyJumpUnless as PyWrapper>::Inner> for PyJumpUnless
source§impl AsRef<JumpUnless> for PyJumpUnless
impl AsRef<JumpUnless> for PyJumpUnless
source§fn as_ref(&self) -> &JumpUnless
fn as_ref(&self) -> &JumpUnless
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for PyJumpUnless
impl Clone for PyJumpUnless
source§fn clone(&self) -> PyJumpUnless
fn clone(&self) -> PyJumpUnless
Returns a copy of the value. Read more
1.0.0 · 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 PyJumpUnless
impl Debug for PyJumpUnless
source§impl From<&JumpUnless> for PyJumpUnless
impl From<&JumpUnless> for PyJumpUnless
source§fn from(inner: &JumpUnless) -> Self
fn from(inner: &JumpUnless) -> Self
Converts to this type from the input type.
source§impl From<JumpUnless> for PyJumpUnless
impl From<JumpUnless> for PyJumpUnless
source§fn from(inner: JumpUnless) -> Self
fn from(inner: JumpUnless) -> Self
Converts to this type from the input type.
source§impl From<PyJumpUnless> for JumpUnless
impl From<PyJumpUnless> for JumpUnless
source§fn from(wrapper: PyJumpUnless) -> Self
fn from(wrapper: PyJumpUnless) -> Self
Converts to this type from the input type.
source§impl PartialEq for PyJumpUnless
impl PartialEq for PyJumpUnless
source§fn eq(&self, other: &PyJumpUnless) -> bool
fn eq(&self, other: &PyJumpUnless) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PyClassImpl for PyJumpUnless
impl PyClassImpl for PyJumpUnless
source§const IS_BASETYPE: bool = true
const IS_BASETYPE: bool = true
#[pyclass(subclass)]
source§const IS_SUBCLASS: bool = false
const IS_SUBCLASS: bool = false
#[pyclass(extends=…)]
source§const IS_MAPPING: bool = false
const IS_MAPPING: bool = false
#[pyclass(mapping)]
source§const IS_SEQUENCE: bool = false
const IS_SEQUENCE: bool = false
#[pyclass(sequence)]
§type ThreadChecker = SendablePyClass<PyJumpUnless>
type ThreadChecker = SendablePyClass<PyJumpUnless>
This handles following two situations: Read more
type Inventory = Pyo3MethodsInventoryForPyJumpUnless
§type PyClassMutability = <<PyAny as PyClassBaseType>::PyClassMutability as PyClassMutability>::MutableChild
type PyClassMutability = <<PyAny as PyClassBaseType>::PyClassMutability as PyClassMutability>::MutableChild
Immutable or mutable
§type BaseNativeType = PyAny
type BaseNativeType = PyAny
The closest native ancestor. This is
PyAny by default, and when you declare
#[pyclass(extends=PyDict)], it’s PyDict.fn items_iter() -> PyClassItemsIter
fn lazy_type_object() -> &'static LazyTypeObject<Self>
fn dict_offset() -> Option<isize>
fn weaklist_offset() -> Option<isize>
source§impl PyClassNewTextSignature<PyJumpUnless> for PyClassImplCollector<PyJumpUnless>
impl PyClassNewTextSignature<PyJumpUnless> for PyClassImplCollector<PyJumpUnless>
fn new_text_signature(self) -> Option<&'static str>
source§impl<'a, 'py> PyFunctionArgument<'a, 'py> for &'a PyJumpUnless
impl<'a, 'py> PyFunctionArgument<'a, 'py> for &'a PyJumpUnless
source§impl<'a, 'py> PyFunctionArgument<'a, 'py> for &'a mut PyJumpUnless
impl<'a, 'py> PyFunctionArgument<'a, 'py> for &'a mut PyJumpUnless
source§impl PyTryFrom<PyAny> for PyJumpUnless
impl PyTryFrom<PyAny> for PyJumpUnless
source§impl PyTryFrom<PyJumpUnless> for JumpUnless
impl PyTryFrom<PyJumpUnless> for JumpUnless
source§fn py_try_from(py: Python<'_>, item: &PyJumpUnless) -> PyResult<Self>
fn py_try_from(py: Python<'_>, item: &PyJumpUnless) -> PyResult<Self>
source§impl PyTryFrom<PyJumpUnless> for PyJumpUnless
impl PyTryFrom<PyJumpUnless> for PyJumpUnless
source§fn py_try_from(py: Python<'_>, item: &PyJumpUnless) -> PyResult<Self>
fn py_try_from(py: Python<'_>, item: &PyJumpUnless) -> PyResult<Self>
source§impl PyTypeInfo for PyJumpUnless
impl PyTypeInfo for PyJumpUnless
§type AsRefTarget = PyCell<PyJumpUnless>
type AsRefTarget = PyCell<PyJumpUnless>
Utility type to make Py::as_ref work.
source§fn type_object_raw(py: Python<'_>) -> *mut PyTypeObject
fn type_object_raw(py: Python<'_>) -> *mut PyTypeObject
Returns the PyTypeObject instance for this type.
source§fn type_object(py: Python<'_>) -> &PyType
fn type_object(py: Python<'_>) -> &PyType
Returns the safe abstraction over the type object.
source§fn is_type_of(object: &PyAny) -> bool
fn is_type_of(object: &PyAny) -> bool
Checks if
object is an instance of this type or a subclass of this type.source§fn is_exact_type_of(object: &PyAny) -> bool
fn is_exact_type_of(object: &PyAny) -> bool
Checks if
object is an instance of this type.source§impl PyWrapper for PyJumpUnless
impl PyWrapper for PyJumpUnless
source§impl ToPyObject for PyJumpUnless
impl ToPyObject for PyJumpUnless
source§impl<'a> ToPython<PyJumpUnless> for &'a JumpUnless
impl<'a> ToPython<PyJumpUnless> for &'a JumpUnless
source§impl ToPython<PyJumpUnless> for JumpUnless
impl ToPython<PyJumpUnless> for JumpUnless
impl StructuralPartialEq for PyJumpUnless
Auto Trait Implementations§
impl RefUnwindSafe for PyJumpUnless
impl Send for PyJumpUnless
impl Sync for PyJumpUnless
impl Unpin for PyJumpUnless
impl UnwindSafe for PyJumpUnless
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
source§impl<'a, T> FromPyObject<'a> for T
impl<'a, T> FromPyObject<'a> for T
source§impl<T> PyErrArguments for T
impl<T> PyErrArguments for T
source§impl<T> PyWrapperMut for T
impl<T> PyWrapperMut for T
source§fn as_inner_mut(&mut self) -> &mut Self::Inner
fn as_inner_mut(&mut self) -> &mut Self::Inner
Returns a mutable reference to the inner item. Read more