Enum v8::inspector::StringView
source · #[repr(u8)]
pub enum StringView<'a> {
U16(CharacterArray<'a, u16>),
U8(CharacterArray<'a, u8>),
}
Variants§
U16(CharacterArray<'a, u16>)
U8(CharacterArray<'a, u8>)
Implementations§
source§impl StringView<'static>
impl StringView<'static>
Trait Implementations§
source§impl<'a> Clone for StringView<'a>
impl<'a> Clone for StringView<'a>
source§fn clone(&self) -> StringView<'a>
fn clone(&self) -> StringView<'a>
Returns a copy 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 more