Struct patternfly_yew::NavListProps [−][src]
pub struct NavListProps {
pub children: Children,
}Fields
children: ChildrenTrait Implementations
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 NavListProps
impl !Send for NavListProps
impl !Sync for NavListProps
impl Unpin for NavListProps
impl !UnwindSafe for NavListProps
Blanket Implementations
Mutably borrows from an owned value. Read more