struct EnumResolution {
mapping: Arc<[i32]>,
default_index: i32,
}
Fields§
§mapping: Arc<[i32]>
§default_index: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnumResolution
impl RefUnwindSafe for EnumResolution
impl Send for EnumResolution
impl Sync for EnumResolution
impl Unpin for EnumResolution
impl UnwindSafe for EnumResolution
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