pub struct PyTuple { /* private fields */ }
Expand description
An analog of a Python tuple, will accept an undefined number of other supported types.
Read the module docs for more information.
Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a PyTuple
impl<'a> IntoIterator for &'a PyTuple
impl StructuralPartialEq for PyTuple
Auto Trait Implementations§
impl Freeze for PyTuple
impl RefUnwindSafe for PyTuple
impl !Send for PyTuple
impl !Sync for PyTuple
impl Unpin for PyTuple
impl UnwindSafe for PyTuple
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