Enum scale_info::build::variant_state::IndexAssigned
source · [−]pub enum IndexAssigned {}
Expand description
State where the builder has assigned an index to a variant.
Auto Trait Implementations
impl RefUnwindSafe for IndexAssigned
impl Send for IndexAssigned
impl Sync for IndexAssigned
impl Unpin for IndexAssigned
impl UnwindSafe for IndexAssigned
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more