pub struct SelectItem { /* private fields */ }Expand description
选择菜单项
Implementations§
Source§impl SelectItem
impl SelectItem
Auto Trait Implementations§
impl Freeze for SelectItem
impl RefUnwindSafe for SelectItem
impl Send for SelectItem
impl Sync for SelectItem
impl Unpin for SelectItem
impl UnsafeUnpin for SelectItem
impl UnwindSafe for SelectItem
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