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