Struct rorm_declaration::hmr::annotations::Choices
source · pub struct Choices(pub &'static [&'static str]);
Expand description
A list of choices to set
Tuple Fields
0: &'static [&'static str]
The annotation’s data
Trait Implementations
sourceimpl AsImr for Choices
impl AsImr for Choices
type Imr = Annotation
type Imr = Annotation
Imr type to convert to
sourcefn as_imr(&self) -> Annotation
fn as_imr(&self) -> Annotation
Convert to imr type
Auto Trait Implementations
impl RefUnwindSafe for Choices
impl Send for Choices
impl Sync for Choices
impl Unpin for Choices
impl UnwindSafe for Choices
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