pub struct Pwsh;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pwsh
impl RefUnwindSafe for Pwsh
impl Send for Pwsh
impl Sync for Pwsh
impl Unpin for Pwsh
impl UnwindSafe for Pwsh
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