pub enum Why {
Default,
Declared,
}Expand description
Why a component renders where it does.
Variants§
Default
Nothing said otherwise. §5.1: “v0.1 ships Mode A only”, and Mode A stays the default because it is the mode that ships no application code to the browser at all.
Declared
@render(client) or @render(server).
Trait Implementations§
impl Copy for Why
impl Eq for Why
impl StructuralPartialEq for Why
Auto Trait Implementations§
impl Freeze for Why
impl RefUnwindSafe for Why
impl Send for Why
impl Sync for Why
impl Unpin for Why
impl UnwindSafe for Why
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