enum IntoPyObjectTypes {
Transparent(Type),
Opaque {
target: TokenStream,
output: TokenStream,
error: TokenStream,
},
}
Variants§
Auto Trait Implementations§
impl Freeze for IntoPyObjectTypes
impl RefUnwindSafe for IntoPyObjectTypes
impl !Send for IntoPyObjectTypes
impl !Sync for IntoPyObjectTypes
impl Unpin for IntoPyObjectTypes
impl UnwindSafe for IntoPyObjectTypes
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