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