pub struct EuvNavbarLinkProps {
pub route_signal: Signal<String>,
pub item: EuvNavbarItem,
}Expand description
Props of the euv_navbar_link component.
Fields§
§route_signal: Signal<String>The current route signal.
item: EuvNavbarItemThe navbar item to render.
Trait Implementations§
Auto Trait Implementations§
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