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§
Source§fn clone(&self) -> EuvNavbarLinkProps
fn clone(&self) -> EuvNavbarLinkProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn default() -> EuvNavbarLinkProps
fn default() -> EuvNavbarLinkProps
Returns the “default value” for a type. Read more
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