pub struct PyLongObject(/* private fields */);Auto Trait Implementations§
impl Freeze for PyLongObject
impl RefUnwindSafe for PyLongObject
impl Send for PyLongObject
impl Sync for PyLongObject
impl Unpin for PyLongObject
impl UnsafeUnpin for PyLongObject
impl UnwindSafe for PyLongObject
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