pub struct SingleSelect;Expand description
Marker type for single-select enum builder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SingleSelect
impl RefUnwindSafe for SingleSelect
impl Send for SingleSelect
impl Sync for SingleSelect
impl Unpin for SingleSelect
impl UnsafeUnpin for SingleSelect
impl UnwindSafe for SingleSelect
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