pub struct ServerlessHydrationPlan {
pub generation: u64,
pub requests: Vec<ServerlessHydrationRequest>,
}Fields§
§generation: u64§requests: Vec<ServerlessHydrationRequest>Implementations§
Trait Implementations§
Source§impl Clone for ServerlessHydrationPlan
impl Clone for ServerlessHydrationPlan
Source§fn clone(&self) -> ServerlessHydrationPlan
fn clone(&self) -> ServerlessHydrationPlan
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 ServerlessHydrationPlan
impl Debug for ServerlessHydrationPlan
impl Eq for ServerlessHydrationPlan
Source§impl PartialEq for ServerlessHydrationPlan
impl PartialEq for ServerlessHydrationPlan
Source§fn eq(&self, other: &ServerlessHydrationPlan) -> bool
fn eq(&self, other: &ServerlessHydrationPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServerlessHydrationPlan
Auto Trait Implementations§
impl Freeze for ServerlessHydrationPlan
impl RefUnwindSafe for ServerlessHydrationPlan
impl Send for ServerlessHydrationPlan
impl Sync for ServerlessHydrationPlan
impl Unpin for ServerlessHydrationPlan
impl UnsafeUnpin for ServerlessHydrationPlan
impl UnwindSafe for ServerlessHydrationPlan
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