pub struct PyString { /* private fields */ }
Expand description
An analog of a Python string.
Read the module docs for more information.
Implementations§
Trait Implementations§
impl Eq for PyString
impl StructuralPartialEq for PyString
Auto Trait Implementations§
impl Freeze for PyString
impl RefUnwindSafe for PyString
impl Send for PyString
impl Sync for PyString
impl Unpin for PyString
impl UnwindSafe for PyString
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