Struct rustpython_vm::warn::WarningsState
source · pub struct WarningsState { /* private fields */ }
Implementations§
source§impl WarningsState
impl WarningsState
pub fn init_state(ctx: &Context) -> WarningsState
Auto Trait Implementations§
impl Freeze for WarningsState
impl !RefUnwindSafe for WarningsState
impl !Send for WarningsState
impl !Sync for WarningsState
impl Unpin for WarningsState
impl !UnwindSafe for WarningsState
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