Struct rustpython_vm::stdlib::os::IOErrorBuilder
source · pub struct IOErrorBuilder { /* private fields */ }
Implementations§
Trait Implementations§
source§impl IntoPyException for IOErrorBuilder
impl IntoPyException for IOErrorBuilder
fn into_pyexception(self, vm: &VirtualMachine) -> PyBaseExceptionRef
Auto Trait Implementations§
impl !RefUnwindSafe for IOErrorBuilder
impl Send for IOErrorBuilder
impl Sync for IOErrorBuilder
impl Unpin for IOErrorBuilder
impl !UnwindSafe for IOErrorBuilder
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