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