pub struct Payload<'a> { /* private fields */ }Expand description
This is the payload sent to the client for hydration
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Payload<'a>
impl<'a> !RefUnwindSafe for Payload<'a>
impl<'a> !Send for Payload<'a>
impl<'a> !Sync for Payload<'a>
impl<'a> Unpin for Payload<'a>
impl<'a> !UnwindSafe for Payload<'a>
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