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