pub struct StringMap(/* private fields */);
Expand description
Used by the dataset
HTML attribute to represent data for custom attributes added to elements.
Implementations§
Trait Implementations§
Source§impl InstanceOf for StringMap
impl InstanceOf for StringMap
Source§impl ReferenceType for StringMap
impl ReferenceType for StringMap
Source§unsafe fn from_reference_unchecked(reference: Reference) -> Self
unsafe fn from_reference_unchecked(reference: Reference) -> Self
Converts a given reference into a concrete reference-like wrapper.
Doesn’t do any type checking; highly unsafe to use!
impl Eq for StringMap
impl JsSerialize for StringMap
impl StructuralPartialEq for StringMap
Auto Trait Implementations§
impl Freeze for StringMap
impl RefUnwindSafe for StringMap
impl Send for StringMap
impl Sync for StringMap
impl Unpin for StringMap
impl UnwindSafe for StringMap
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
)