pub enum IndexNotAssigned {}
Expand description
State where the builder has not assigned an index to a variant.
Auto Trait Implementations§
impl Freeze for IndexNotAssigned
impl RefUnwindSafe for IndexNotAssigned
impl Send for IndexNotAssigned
impl Sync for IndexNotAssigned
impl Unpin for IndexNotAssigned
impl UnwindSafe for IndexNotAssigned
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