pub struct AnyView<V: View, Output> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<V, Output> Freeze for AnyView<V, Output>where
V: Freeze,
impl<V, Output> RefUnwindSafe for AnyView<V, Output>where
V: RefUnwindSafe,
impl<V, Output> Send for AnyView<V, Output>where
V: Send,
impl<V, Output> Sync for AnyView<V, Output>where
V: Sync,
impl<V, Output> Unpin for AnyView<V, Output>where
V: Unpin,
impl<V, Output> UnwindSafe for AnyView<V, Output>where
V: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsAny for Twhere
T: Any,
impl<T> AsAny for Twhere
T: Any,
fn as_mut_dyn_any(&mut self) -> &mut (dyn Any + 'static)
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