pub struct H6_META { /* private fields */ }Trait Implementations§
Source§impl Deref for H6_META
impl Deref for H6_META
Source§type Target = &'static ElementMeta
type Target = &'static ElementMeta
The resulting type after dereferencing.
Source§fn deref(&self) -> &&'static ElementMeta
fn deref(&self) -> &&'static ElementMeta
Dereferences the value.
impl LazyStatic for H6_META
Auto Trait Implementations§
impl Freeze for H6_META
impl RefUnwindSafe for H6_META
impl Send for H6_META
impl Sync for H6_META
impl Unpin for H6_META
impl UnwindSafe for H6_META
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