pub enum RenderArg {
None,
Auto,
Always,
}Expand description
--render strategy.
Variants§
None
HTTP fast path, no browser.
Auto
HTTP first, escalate to the browser on failure.
Always
Browser only.
Trait Implementations§
impl Copy for RenderArg
impl Eq for RenderArg
Source§impl From<RenderArg> for RenderMode
impl From<RenderArg> for RenderMode
impl StructuralPartialEq for RenderArg
Auto Trait Implementations§
impl Freeze for RenderArg
impl RefUnwindSafe for RenderArg
impl Send for RenderArg
impl Sync for RenderArg
impl Unpin for RenderArg
impl UnsafeUnpin for RenderArg
impl UnwindSafe for RenderArg
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.