pub struct SuspenseProps { /* private fields */ }
Expand description
Props for Suspense
and Transition
.
Trait Implementations§
Source§impl Props for SuspenseProps
impl Props for SuspenseProps
Auto Trait Implementations§
impl Freeze for SuspenseProps
impl !RefUnwindSafe for SuspenseProps
impl !Send for SuspenseProps
impl !Sync for SuspenseProps
impl Unpin for SuspenseProps
impl !UnwindSafe for SuspenseProps
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