#[repr(u8)]pub enum Swap {
STANDARD = 0,
SWAP = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Swap
impl Ord for Swap
Source§impl PartialOrd for Swap
impl PartialOrd for Swap
impl Copy for Swap
impl Eq for Swap
impl StructuralPartialEq for Swap
Auto Trait Implementations§
impl Freeze for Swap
impl RefUnwindSafe for Swap
impl Send for Swap
impl Sync for Swap
impl Unpin for Swap
impl UnwindSafe for Swap
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