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