pub enum CompetingProps {
StateVsStateChangingSettings,
StateVsNightPreview,
StateChangingSettingsVsNightPreview,
}Variants§
Trait Implementations§
Source§impl Debug for CompetingProps
impl Debug for CompetingProps
Auto Trait Implementations§
impl Freeze for CompetingProps
impl RefUnwindSafe for CompetingProps
impl Send for CompetingProps
impl Sync for CompetingProps
impl Unpin for CompetingProps
impl UnwindSafe for CompetingProps
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