Struct Portal_Props
pub struct Portal_Props<'a, T>{ /* private fields */ }Expand description
Props for Portal.
Trait Implementations§
§impl<'a, T> Props for Portal_Props<'a, T>
impl<'a, T> Props for Portal_Props<'a, T>
§fn builder() -> <Portal_Props<'a, T> as Props>::Builder
fn builder() -> <Portal_Props<'a, T> as Props>::Builder
Create a builder for building Portal_Props.
On the builder, call .selector(...), .children(...)(optional) to set the values of the fields.
Finally, call .build() to create the instance of Portal_Props.
Auto Trait Implementations§
impl<'a, T> Freeze for Portal_Props<'a, T>where
T: Freeze,
impl<'a, T> RefUnwindSafe for Portal_Props<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for Portal_Props<'a, T>where
T: Send,
impl<'a, T> Sync for Portal_Props<'a, T>where
T: Sync,
impl<'a, T> Unpin for Portal_Props<'a, T>where
T: Unpin,
impl<'a, T> UnwindSafe for Portal_Props<'a, T>where
T: UnwindSafe,
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