pub enum SsrFetchRequestBody {
None,
Data {
data: JsJson,
},
}Variants§
Trait Implementations§
Source§impl Clone for SsrFetchRequestBody
impl Clone for SsrFetchRequestBody
Source§fn clone(&self) -> SsrFetchRequestBody
fn clone(&self) -> SsrFetchRequestBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SsrFetchRequestBody
impl Debug for SsrFetchRequestBody
impl Eq for SsrFetchRequestBody
Source§impl Hash for SsrFetchRequestBody
impl Hash for SsrFetchRequestBody
Source§impl JsJsonDeserialize for SsrFetchRequestBody
impl JsJsonDeserialize for SsrFetchRequestBody
fn from_json(ctx: JsJsonContext, json: JsJson) -> Result<Self, JsJsonContext>
Source§impl Ord for SsrFetchRequestBody
impl Ord for SsrFetchRequestBody
Source§fn cmp(&self, other: &SsrFetchRequestBody) -> Ordering
fn cmp(&self, other: &SsrFetchRequestBody) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for SsrFetchRequestBody
impl PartialEq for SsrFetchRequestBody
Source§impl PartialOrd for SsrFetchRequestBody
impl PartialOrd for SsrFetchRequestBody
impl StructuralPartialEq for SsrFetchRequestBody
Auto Trait Implementations§
impl Freeze for SsrFetchRequestBody
impl RefUnwindSafe for SsrFetchRequestBody
impl Send for SsrFetchRequestBody
impl Sync for SsrFetchRequestBody
impl Unpin for SsrFetchRequestBody
impl UnsafeUnpin for SsrFetchRequestBody
impl UnwindSafe for SsrFetchRequestBody
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