Struct patternfly_yew::NavItemProps [−][src]
pub struct NavItemProps {
pub children: Children,
pub to: String,
pub target: String,
pub external: bool,
}Fields
children: Childrento: Stringtarget: Stringexternal: boolTrait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !RefUnwindSafe for NavItemProps
impl !Send for NavItemProps
impl !Sync for NavItemProps
impl Unpin for NavItemProps
impl !UnwindSafe for NavItemProps
Blanket Implementations
Mutably borrows from an owned value. Read more