struct IntoPyObjectImpl {
types: IntoPyObjectTypes,
body: TokenStream,
}
Fields§
§types: IntoPyObjectTypes
§body: TokenStream
Auto Trait Implementations§
impl Freeze for IntoPyObjectImpl
impl RefUnwindSafe for IntoPyObjectImpl
impl !Send for IntoPyObjectImpl
impl !Sync for IntoPyObjectImpl
impl Unpin for IntoPyObjectImpl
impl UnwindSafe for IntoPyObjectImpl
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