pub struct SelectInputOption { /* private fields */ }
Expand description
A option for an option selection input.
Implementations§
Auto Trait Implementations§
impl Freeze for SelectInputOption
impl RefUnwindSafe for SelectInputOption
impl Send for SelectInputOption
impl Sync for SelectInputOption
impl Unpin for SelectInputOption
impl UnwindSafe for SelectInputOption
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