pub enum FieldCreationError {
SetCheckedInvalidIndex(usize, usize),
}Expand description
Defines the radio creation errors
Variants§
SetCheckedInvalidIndex(usize, usize)
Error when defining which element is checked. The given index is invalid.
Trait Implementations§
Source§impl Debug for FieldCreationError
impl Debug for FieldCreationError
Auto Trait Implementations§
impl Freeze for FieldCreationError
impl RefUnwindSafe for FieldCreationError
impl Send for FieldCreationError
impl Sync for FieldCreationError
impl Unpin for FieldCreationError
impl UnwindSafe for FieldCreationError
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