pub enum EventsLengths {
Davis346(EventsLengths),
Dvxplorer(EventsLengths),
Evt3(EventsLengths),
}Variants§
Auto Trait Implementations§
impl Freeze for EventsLengths
impl RefUnwindSafe for EventsLengths
impl Send for EventsLengths
impl Sync for EventsLengths
impl Unpin for EventsLengths
impl UnwindSafe for EventsLengths
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