pub enum PyFmtName {
Str,
Repr,
}
Variants§
Auto Trait Implementations§
impl Freeze for PyFmtName
impl RefUnwindSafe for PyFmtName
impl Send for PyFmtName
impl Sync for PyFmtName
impl Unpin for PyFmtName
impl UnwindSafe for PyFmtName
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