pub enum SeqNoExist {
Yes(usize),
None,
}Variants§
Auto Trait Implementations§
impl Freeze for SeqNoExist
impl RefUnwindSafe for SeqNoExist
impl Send for SeqNoExist
impl Sync for SeqNoExist
impl Unpin for SeqNoExist
impl UnwindSafe for SeqNoExist
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