pub struct SequenceType(/* private fields */);Trait Implementations§
Source§impl From<SequenceType> for SequenceType
impl From<SequenceType> for SequenceType
Source§fn from(ty: SequenceType) -> Self
fn from(ty: SequenceType) -> Self
Converts to this type from the input type.
Source§impl From<SequenceType> for SequenceType
impl From<SequenceType> for SequenceType
Source§fn from(ty: SequenceType) -> Self
fn from(ty: SequenceType) -> Self
Converts to this type from the input type.
Source§impl<'py> FromPyObject<'py> for SequenceType
impl<'py> FromPyObject<'py> for SequenceType
Source§impl<'py> ToPyObject for SequenceType
impl<'py> ToPyObject for SequenceType
Auto Trait Implementations§
impl Freeze for SequenceType
impl RefUnwindSafe for SequenceType
impl Send for SequenceType
impl Sync for SequenceType
impl Unpin for SequenceType
impl UnwindSafe for SequenceType
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