pub struct StaticSelectElement {
pub placeholder: TextObject,
pub action_id: String,
pub options: Vec<SelectOption>,
}Expand description
Static select element.
Fields§
§placeholder: TextObject§action_id: String§options: Vec<SelectOption>Trait Implementations§
Source§impl Clone for StaticSelectElement
impl Clone for StaticSelectElement
Source§fn clone(&self) -> StaticSelectElement
fn clone(&self) -> StaticSelectElement
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 StaticSelectElement
impl Debug for StaticSelectElement
Auto Trait Implementations§
impl Freeze for StaticSelectElement
impl RefUnwindSafe for StaticSelectElement
impl Send for StaticSelectElement
impl Sync for StaticSelectElement
impl Unpin for StaticSelectElement
impl UnwindSafe for StaticSelectElement
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