pub enum Etrans {
No,
One(usize),
Two(usize, usize),
More(Vec<usize>),
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for Etrans
impl RefUnwindSafe for Etrans
impl Send for Etrans
impl Sync for Etrans
impl Unpin for Etrans
impl UnwindSafe for Etrans
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