Struct patternfly_yew::NavRouterExpandableProps [−][src]
pub struct NavRouterExpandableProps<SWITCH> where
SWITCH: Switch + Clone + PartialEq + Debug + 'static, {
pub children: ChildrenRenderer<NavRouterExpandableVariant<SWITCH>>,
pub title: String,
}Fields
children: ChildrenRenderer<NavRouterExpandableVariant<SWITCH>>title: StringTrait Implementations
impl<SWITCH> Properties for NavRouterExpandableProps<SWITCH> where
SWITCH: Switch + Clone + PartialEq + Debug + 'static,
impl<SWITCH> Properties for NavRouterExpandableProps<SWITCH> where
SWITCH: Switch + Clone + PartialEq + Debug + 'static,
Auto Trait Implementations
impl<SWITCH> !RefUnwindSafe for NavRouterExpandableProps<SWITCH>
impl<SWITCH> !Send for NavRouterExpandableProps<SWITCH>
impl<SWITCH> !Sync for NavRouterExpandableProps<SWITCH>
impl<SWITCH> Unpin for NavRouterExpandableProps<SWITCH> where
SWITCH: Unpin,
impl<SWITCH> !UnwindSafe for NavRouterExpandableProps<SWITCH>
Blanket Implementations
Mutably borrows from an owned value. Read more