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