pub struct PyLongWriter { /* private fields */ }Auto Trait Implementations§
impl !Send for PyLongWriter
impl !Sync for PyLongWriter
impl !Unpin for PyLongWriter
impl Freeze for PyLongWriter
impl RefUnwindSafe for PyLongWriter
impl UnsafeUnpin for PyLongWriter
impl UnwindSafe for PyLongWriter
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