pub enum SuperChipBehaviour {
Modern,
Legacy,
}Expand description
Modern or Legacy SuperChip behaviour, I can’t get it to work entirely correctly.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SuperChipBehaviour
impl RefUnwindSafe for SuperChipBehaviour
impl Send for SuperChipBehaviour
impl Sync for SuperChipBehaviour
impl Unpin for SuperChipBehaviour
impl UnsafeUnpin for SuperChipBehaviour
impl UnwindSafe for SuperChipBehaviour
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