pub struct InlineListSearchConfig {
pub label: String,
pub placeholder: Option<String>,
}Expand description
Search configuration for a list overlay.
Fields§
§label: String§placeholder: Option<String>Trait Implementations§
Source§impl Clone for InlineListSearchConfig
impl Clone for InlineListSearchConfig
Source§fn clone(&self) -> InlineListSearchConfig
fn clone(&self) -> InlineListSearchConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InlineListSearchConfig
impl RefUnwindSafe for InlineListSearchConfig
impl Send for InlineListSearchConfig
impl Sync for InlineListSearchConfig
impl Unpin for InlineListSearchConfig
impl UnsafeUnpin for InlineListSearchConfig
impl UnwindSafe for InlineListSearchConfig
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