pub struct SwapR { /* private fields */ }
Expand description
Value of the field SWAP
Implementations§
Auto Trait Implementations§
impl Freeze for SwapR
impl RefUnwindSafe for SwapR
impl Send for SwapR
impl Sync for SwapR
impl Unpin for SwapR
impl UnwindSafe for SwapR
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