pub struct FastElementData {
pub binding_count: u32,
}Expand description
FAST hydration element metadata encoded in plugin fragments.
Fields§
§binding_count: u32Number of dynamic attribute bindings on the element.
Implementations§
Trait Implementations§
Source§impl Clone for FastElementData
impl Clone for FastElementData
Source§fn clone(&self) -> FastElementData
fn clone(&self) -> FastElementData
Returns a duplicate 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 moreSource§impl Debug for FastElementData
impl Debug for FastElementData
Source§impl PartialEq for FastElementData
impl PartialEq for FastElementData
impl Copy for FastElementData
impl Eq for FastElementData
impl StructuralPartialEq for FastElementData
Auto Trait Implementations§
impl Freeze for FastElementData
impl RefUnwindSafe for FastElementData
impl Send for FastElementData
impl Sync for FastElementData
impl Unpin for FastElementData
impl UnsafeUnpin for FastElementData
impl UnwindSafe for FastElementData
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