pub struct DOMString;
Expand description
Represents the terminal symbol DOMString
Trait Implementations§
Source§impl<'a> From<DOMString> for RecordKeyType<'a>
impl<'a> From<DOMString> for RecordKeyType<'a>
Source§impl Ord for DOMString
impl Ord for DOMString
Source§impl PartialOrd for DOMString
impl PartialOrd for DOMString
impl Copy for DOMString
impl Eq for DOMString
impl StructuralPartialEq for DOMString
Auto Trait Implementations§
impl Freeze for DOMString
impl RefUnwindSafe for DOMString
impl Send for DOMString
impl Sync for DOMString
impl Unpin for DOMString
impl UnwindSafe for DOMString
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