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