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: String§placeholder: Option<String>§attrs: Attrs§input_attrs: Attrs§clear_label: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Mdl
impl RefUnwindSafe for Mdl
impl Send for Mdl
impl Sync for Mdl
impl Unpin for Mdl
impl UnwindSafe for Mdl
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