pub struct OptionalChildrenProps {
pub children: Option<Children>,
}
Fields§
§children: Option<Children>
Implementations§
Trait Implementations§
Source§impl Props for OptionalChildrenProps
impl Props for OptionalChildrenProps
type InitialBuilder = OptionalChildrenProps
fn init_builder() -> Self::InitialBuilder
Source§impl PropsBuilder<OptionalChildrenProps> for OptionalChildrenProps
impl PropsBuilder<OptionalChildrenProps> for OptionalChildrenProps
fn build(self) -> OptionalChildrenProps
Auto Trait Implementations§
impl Freeze for OptionalChildrenProps
impl !RefUnwindSafe for OptionalChildrenProps
impl !Send for OptionalChildrenProps
impl !Sync for OptionalChildrenProps
impl Unpin for OptionalChildrenProps
impl !UnwindSafe for OptionalChildrenProps
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