pub enum VibePatternError {
Empty,
TooManyDurations,
DurationTooLong {
index: usize,
},
}Variants§
Auto Trait Implementations§
impl Freeze for VibePatternError
impl RefUnwindSafe for VibePatternError
impl Send for VibePatternError
impl Sync for VibePatternError
impl Unpin for VibePatternError
impl UnwindSafe for VibePatternError
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