pub trait IntoView {
// Required method
fn into_view(self) -> View;
}Expand description
Converts the value into a View.
Required Methods§
Implementations on Foreign Types§
Source§impl<A, B, C, D> IntoView for (A, B, C, D)
impl<A, B, C, D> IntoView for (A, B, C, D)
Source§impl<A, B, C, D, E> IntoView for (A, B, C, D, E)
impl<A, B, C, D, E> IntoView for (A, B, C, D, E)
Source§impl<A, B, C, D, E, F> IntoView for (A, B, C, D, E, F)
impl<A, B, C, D, E, F> IntoView for (A, B, C, D, E, F)
Source§impl<A, B, C, D, E, F, G> IntoView for (A, B, C, D, E, F, G)
impl<A, B, C, D, E, F, G> IntoView for (A, B, C, D, E, F, G)
Source§impl<A, B, C, D, E, F, G, H> IntoView for (A, B, C, D, E, F, G, H)
impl<A, B, C, D, E, F, G, H> IntoView for (A, B, C, D, E, F, G, H)
Source§impl<A, B, C, D, E, F, G, H, I> IntoView for (A, B, C, D, E, F, G, H, I)
impl<A, B, C, D, E, F, G, H, I> IntoView for (A, B, C, D, E, F, G, H, I)
Source§impl<A, B, C, D, E, F, G, H, I, J> IntoView for (A, B, C, D, E, F, G, H, I, J)
impl<A, B, C, D, E, F, G, H, I, J> IntoView for (A, B, C, D, E, F, G, H, I, J)
Source§impl<A, B, C, D, E, F, G, H, I, J, K> IntoView for (A, B, C, D, E, F, G, H, I, J, K)
impl<A, B, C, D, E, F, G, H, I, J, K> IntoView for (A, B, C, D, E, F, G, H, I, J, K)
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L)
impl<A, B, C, D, E, F, G, H, I, J, K, L> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L)
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M)
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N)
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W)where
A: IntoView,
B: IntoView,
C: IntoView,
D: IntoView,
E: IntoView,
F: IntoView,
G: IntoView,
H: IntoView,
I: IntoView,
J: IntoView,
K: IntoView,
L: IntoView,
M: IntoView,
N: IntoView,
O: IntoView,
P: IntoView,
Q: IntoView,
R: IntoView,
S: IntoView,
T: IntoView,
U: IntoView,
V: IntoView,
W: IntoView,
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W)where
A: IntoView,
B: IntoView,
C: IntoView,
D: IntoView,
E: IntoView,
F: IntoView,
G: IntoView,
H: IntoView,
I: IntoView,
J: IntoView,
K: IntoView,
L: IntoView,
M: IntoView,
N: IntoView,
O: IntoView,
P: IntoView,
Q: IntoView,
R: IntoView,
S: IntoView,
T: IntoView,
U: IntoView,
V: IntoView,
W: IntoView,
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X)where
A: IntoView,
B: IntoView,
C: IntoView,
D: IntoView,
E: IntoView,
F: IntoView,
G: IntoView,
H: IntoView,
I: IntoView,
J: IntoView,
K: IntoView,
L: IntoView,
M: IntoView,
N: IntoView,
O: IntoView,
P: IntoView,
Q: IntoView,
R: IntoView,
S: IntoView,
T: IntoView,
U: IntoView,
V: IntoView,
W: IntoView,
X: IntoView,
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X)where
A: IntoView,
B: IntoView,
C: IntoView,
D: IntoView,
E: IntoView,
F: IntoView,
G: IntoView,
H: IntoView,
I: IntoView,
J: IntoView,
K: IntoView,
L: IntoView,
M: IntoView,
N: IntoView,
O: IntoView,
P: IntoView,
Q: IntoView,
R: IntoView,
S: IntoView,
T: IntoView,
U: IntoView,
V: IntoView,
W: IntoView,
X: IntoView,
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y)where
A: IntoView,
B: IntoView,
C: IntoView,
D: IntoView,
E: IntoView,
F: IntoView,
G: IntoView,
H: IntoView,
I: IntoView,
J: IntoView,
K: IntoView,
L: IntoView,
M: IntoView,
N: IntoView,
O: IntoView,
P: IntoView,
Q: IntoView,
R: IntoView,
S: IntoView,
T: IntoView,
U: IntoView,
V: IntoView,
W: IntoView,
X: IntoView,
Y: IntoView,
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y)where
A: IntoView,
B: IntoView,
C: IntoView,
D: IntoView,
E: IntoView,
F: IntoView,
G: IntoView,
H: IntoView,
I: IntoView,
J: IntoView,
K: IntoView,
L: IntoView,
M: IntoView,
N: IntoView,
O: IntoView,
P: IntoView,
Q: IntoView,
R: IntoView,
S: IntoView,
T: IntoView,
U: IntoView,
V: IntoView,
W: IntoView,
X: IntoView,
Y: IntoView,
Source§impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z)where
A: IntoView,
B: IntoView,
C: IntoView,
D: IntoView,
E: IntoView,
F: IntoView,
G: IntoView,
H: IntoView,
I: IntoView,
J: IntoView,
K: IntoView,
L: IntoView,
M: IntoView,
N: IntoView,
O: IntoView,
P: IntoView,
Q: IntoView,
R: IntoView,
S: IntoView,
T: IntoView,
U: IntoView,
V: IntoView,
W: IntoView,
X: IntoView,
Y: IntoView,
Z: IntoView,
impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z> IntoView for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z)where
A: IntoView,
B: IntoView,
C: IntoView,
D: IntoView,
E: IntoView,
F: IntoView,
G: IntoView,
H: IntoView,
I: IntoView,
J: IntoView,
K: IntoView,
L: IntoView,
M: IntoView,
N: IntoView,
O: IntoView,
P: IntoView,
Q: IntoView,
R: IntoView,
S: IntoView,
T: IntoView,
U: IntoView,
V: IntoView,
W: IntoView,
X: IntoView,
Y: IntoView,
Z: IntoView,
Source§impl<El, const N: usize> IntoView for [HtmlElement<El>; N]where
El: ElementDescriptor,
impl<El, const N: usize> IntoView for [HtmlElement<El>; N]where
El: ElementDescriptor,
Source§impl<F, IV> IntoView for ErrorBoundaryProps<F, IV>
impl<F, IV> IntoView for ErrorBoundaryProps<F, IV>
Source§impl<T> IntoView for MaybeSignal<T>
Available on non-crate feature nightly only.
impl<T> IntoView for MaybeSignal<T>
Available on non-crate feature
nightly only.Source§impl<T> IntoView for ProviderProps<T>where
T: Clone + 'static,
impl<T> IntoView for ProviderProps<T>where
T: Clone + 'static,
Source§impl<T> IntoView for ReadSignal<T>
Available on non-crate feature nightly only.
impl<T> IntoView for ReadSignal<T>
Available on non-crate feature
nightly only.