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