Struct HydrationKey
pub struct HydrationKey {
pub suspense: u32,
pub element: u32,
}
Fields§
§suspense: u32
Suspense key, or 0 if not in a suspense boundary.
element: u32
Element key.
Implementations§
§impl HydrationKey
impl HydrationKey
pub fn parse(s: &str) -> Option<HydrationKey>
Trait Implementations§
§impl Clone for HydrationKey
impl Clone for HydrationKey
§fn clone(&self) -> HydrationKey
fn clone(&self) -> HydrationKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for HydrationKey
impl Debug for HydrationKey
§impl Display for HydrationKey
impl Display for HydrationKey
§impl Hash for HydrationKey
impl Hash for HydrationKey
§impl PartialEq for HydrationKey
impl PartialEq for HydrationKey
impl Copy for HydrationKey
impl Eq for HydrationKey
impl StructuralPartialEq for HydrationKey
Auto Trait Implementations§
impl Freeze for HydrationKey
impl RefUnwindSafe for HydrationKey
impl Send for HydrationKey
impl Sync for HydrationKey
impl Unpin for HydrationKey
impl UnwindSafe for HydrationKey
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)