Type Alias PyStrRef

Source
pub type PyStrRef = PyRef<PyStr>;

Aliased Type§

struct PyStrRef { /* private fields */ }

Implementations§

Source§

impl PyStrRef

Source

pub fn concat_in_place(&mut self, other: &str, vm: &VirtualMachine)

Trait Implementations§

Source§

impl AsRef<str> for PyStrRef

Source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
Source§

impl StrBuffer for PyStrRef

Source§

fn is_ascii(&self) -> bool

Morty Proxy This is a proxified and sanitized view of the page, visit original site.