pub struct SelectPopupMenuItemOpts {}
Expand description
Options passed to
api::select_popupmenu_item
.
Currently unused.
Implementations§
Trait Implementations§
Source§impl Clone for SelectPopupMenuItemOpts
impl Clone for SelectPopupMenuItemOpts
Source§fn clone(&self) -> SelectPopupMenuItemOpts
fn clone(&self) -> SelectPopupMenuItemOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SelectPopupMenuItemOpts
impl Debug for SelectPopupMenuItemOpts
Source§impl Default for SelectPopupMenuItemOpts
impl Default for SelectPopupMenuItemOpts
Source§fn default() -> SelectPopupMenuItemOpts
fn default() -> SelectPopupMenuItemOpts
Returns the “default value” for a type. Read more
Source§impl From<&SelectPopupMenuItemOpts> for Dictionary
impl From<&SelectPopupMenuItemOpts> for Dictionary
Source§fn from(_: &SelectPopupMenuItemOpts) -> Self
fn from(_: &SelectPopupMenuItemOpts) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SelectPopupMenuItemOpts
impl RefUnwindSafe for SelectPopupMenuItemOpts
impl Send for SelectPopupMenuItemOpts
impl Sync for SelectPopupMenuItemOpts
impl Unpin for SelectPopupMenuItemOpts
impl UnwindSafe for SelectPopupMenuItemOpts
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