pub struct PioModule(/* private fields */);Expand description
PowerIO value with diagnostics, source mappings, and history.
Auto Trait Implementations§
impl Freeze for PioModule
impl RefUnwindSafe for PioModule
impl Send for PioModule
impl Sync for PioModule
impl Unpin for PioModule
impl UnsafeUnpin for PioModule
impl UnwindSafe for PioModule
Blanket Implementations§
impl<T> Allocation for T
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