pub struct Custom { /* private fields */ }
Expand description
Represents a custom HTML element, such as <my-element>
.
Implementations§
Trait Implementations§
source§impl ElementDescriptor for Custom
impl ElementDescriptor for Custom
source§fn hydration_id(&self) -> &HydrationKey
fn hydration_id(&self) -> &HydrationKey
A unique
id
that should be generated for each new instance of
this element, and be consistent for both SSR and CSR.Auto Trait Implementations§
impl RefUnwindSafe for Custom
impl Send for Custom
impl Sync for Custom
impl Unpin for Custom
impl UnwindSafe for Custom
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