pub enum RepeatStatus {
Off,
One,
All,
}Variants§
Trait Implementations§
Source§impl Debug for RepeatStatus
impl Debug for RepeatStatus
Auto Trait Implementations§
impl Freeze for RepeatStatus
impl RefUnwindSafe for RepeatStatus
impl Send for RepeatStatus
impl Sync for RepeatStatus
impl Unpin for RepeatStatus
impl UnwindSafe for RepeatStatus
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