pub struct StringIndex(/* private fields */);Available on crate features
experimental and DOMSnapshot and CSS and DOM and DOMDebugger and Page only.Expand description
Index of the string in the strings table.
Trait Implementations§
Source§impl Clone for StringIndex
impl Clone for StringIndex
Source§fn clone(&self) -> StringIndex
fn clone(&self) -> StringIndex
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 StringIndex
impl Debug for StringIndex
Source§impl Deref for StringIndex
impl Deref for StringIndex
Source§impl<'de> Deserialize<'de> for StringIndex
impl<'de> Deserialize<'de> for StringIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<u32> for StringIndex
impl From<u32> for StringIndex
Source§impl FromIterator<StringIndex> for ArrayOfStrings
impl FromIterator<StringIndex> for ArrayOfStrings
Source§fn from_iter<T>(iter: T) -> Selfwhere
T: IntoIterator<Item = StringIndex>,
fn from_iter<T>(iter: T) -> Selfwhere
T: IntoIterator<Item = StringIndex>,
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl Freeze for StringIndex
impl RefUnwindSafe for StringIndex
impl Send for StringIndex
impl Sync for StringIndex
impl Unpin for StringIndex
impl UnwindSafe for StringIndex
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