Struct ShowProps
pub struct ShowProps {
pub when: MaybeDyn<bool>,
pub children: Children<View>,
}
Expand description
Props for Show
.
Fields§
§when: MaybeDyn<bool>
§children: Children<View>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShowProps
impl !RefUnwindSafe for ShowProps
impl !Send for ShowProps
impl !Sync for ShowProps
impl Unpin for ShowProps
impl !UnwindSafe for ShowProps
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