Enum rustpython_common::str::PyStrKindData
source · pub enum PyStrKindData {
Ascii,
Utf8(PyAtomic<usize>),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for PyStrKindData
impl !RefUnwindSafe for PyStrKindData
impl Send for PyStrKindData
impl !Sync for PyStrKindData
impl Unpin for PyStrKindData
impl UnwindSafe for PyStrKindData
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