Struct patternfly_yew::NavRouterExpandableVariant [−][src]
pub struct NavRouterExpandableVariant<SWITCH> where
SWITCH: Switch + Clone + PartialEq + Debug + 'static, { /* fields omitted */ }Trait Implementations
impl<SWITCH, CHILD> From<VChild<CHILD>> for NavRouterExpandableVariant<SWITCH> where
SWITCH: Switch + Clone + PartialEq + Debug + 'static,
CHILD: Component,
CHILD::Properties: Into<NavRouterExpandableChild<SWITCH>>,
impl<SWITCH, CHILD> From<VChild<CHILD>> for NavRouterExpandableVariant<SWITCH> where
SWITCH: Switch + Clone + PartialEq + Debug + 'static,
CHILD: Component,
CHILD::Properties: Into<NavRouterExpandableChild<SWITCH>>,
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
impl<SWITCH> StructuralPartialEq for NavRouterExpandableVariant<SWITCH> where
SWITCH: Switch + Clone + PartialEq + Debug + 'static,
Auto Trait Implementations
impl<SWITCH> !RefUnwindSafe for NavRouterExpandableVariant<SWITCH>
impl<SWITCH> !Send for NavRouterExpandableVariant<SWITCH>
impl<SWITCH> !Sync for NavRouterExpandableVariant<SWITCH>
impl<SWITCH> Unpin for NavRouterExpandableVariant<SWITCH> where
SWITCH: Unpin,
impl<SWITCH> !UnwindSafe for NavRouterExpandableVariant<SWITCH>
Blanket Implementations
Mutably borrows from an owned value. Read more