pub struct PfDropDownProps {
pub list: Vec<String>,
pub selected: UseState<String>,
}Fields§
§list: Vec<String>§selected: UseState<String>Implementations§
Trait Implementations§
Source§impl PartialEq for PfDropDownProps
impl PartialEq for PfDropDownProps
Source§impl Properties for PfDropDownProps
impl Properties for PfDropDownProps
impl StructuralPartialEq for PfDropDownProps
Auto Trait Implementations§
impl Freeze for PfDropDownProps
impl !RefUnwindSafe for PfDropDownProps
impl !Send for PfDropDownProps
impl !Sync for PfDropDownProps
impl Unpin for PfDropDownProps
impl !UnwindSafe for PfDropDownProps
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