pub enum SwapPins {
Normal,
Swapped,
}
Variants§
Trait Implementations§
impl Copy for SwapPins
impl StructuralPartialEq for SwapPins
Auto Trait Implementations§
impl Freeze for SwapPins
impl RefUnwindSafe for SwapPins
impl Send for SwapPins
impl Sync for SwapPins
impl Unpin for SwapPins
impl UnwindSafe for SwapPins
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