pub enum Modi {
Queue,
Stack,
Array,
QueueStack,
ArrayQueueStack,
}
Variants§
Auto Trait Implementations§
impl Freeze for Modi
impl RefUnwindSafe for Modi
impl Send for Modi
impl Sync for Modi
impl Unpin for Modi
impl UnwindSafe for Modi
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