Struct ofdb_seed::components::search_bar::Mdl
source · [−]pub struct Mdl {
pub search_term: String,
pub placeholder: Option<String>,
pub attrs: Attrs,
pub input_attrs: Attrs,
pub clear_label: String,
}Fields
search_term: Stringplaceholder: Option<String>attrs: Attrsinput_attrs: Attrsclear_label: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mdl
impl Send for Mdl
impl Sync for Mdl
impl Unpin for Mdl
impl UnwindSafe for Mdl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more