pub enum PSP {}
Auto Trait Implementations§
impl Freeze for PSP
impl RefUnwindSafe for PSP
impl Send for PSP
impl Sync for PSP
impl Unpin for PSP
impl UnwindSafe for PSP
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